From 7e5ccebcdf359c03309ea725bce002e42b252984 Mon Sep 17 00:00:00 2001 From: Raymonzut <40148684+Raymonzut@users.noreply.github.com> Date: Wed, 15 Apr 2020 16:07:58 +0200 Subject: [PATCH] Even formatting to be the same --- src/App.vue | 2 +- src/components/aboutme.vue | 8 +++++--- src/components/qa.vue | 2 +- src/me.js | 14 +++++++------- test/me.js | 18 +++++++++--------- 5 files changed, 23 insertions(+), 21 deletions(-) diff --git a/src/App.vue b/src/App.vue index f0b8238..af14228 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@ diff --git a/src/components/aboutme.vue b/src/components/aboutme.vue index 2d42e3d..7e1d764 100644 --- a/src/components/aboutme.vue +++ b/src/components/aboutme.vue @@ -5,9 +5,11 @@ Hi there, good to see you on my website. My name is Raymon Zutekouw({{ age }}). Building software and exploring the wide variety of tools (or making them) is my passion. - To see it in action, checkout the stuff I make on GitHub. + To see it in action, checkout the stuff I make on + GitHub. The projects that may be useful to others are open source; for inspiring others and improving each others work. - That is why I am a huge fan of free software. + That is why I am a huge fan of + free software.

@@ -20,7 +22,7 @@ export default { computed: { age: me.age } -} +};