From 9600eaff36b96772cd2de017f4c818c2faabfb93 Mon Sep 17 00:00:00 2001 From: Edwina Barbalan Date: Wed, 5 Dec 2018 14:41:24 +0100 Subject: [PATCH 1/2] =?UTF-8?q?index.html=20zur=C3=BCckgestellt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 48 +++++++++++++++++++++++------------------------ 1 file changed, 23 insertions(+), 25 deletions(-) diff --git a/public/index.html b/public/index.html index d462cae..a5841c5 100644 --- a/public/index.html +++ b/public/index.html @@ -30,20 +30,18 @@
-
-
- - -
-
+
+
+ + +
+
- - - - - - - -
- + + + + + From a2776c77a5371c4cac177e34b284efc2355faf70 Mon Sep 17 00:00:00 2001 From: Edwina Barbalan Date: Wed, 5 Dec 2018 14:42:02 +0100 Subject: [PATCH 2/2] =?UTF-8?q?home.js=20zur=C3=BCckgestellt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/home.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/home.js b/public/home.js index 58fc1b3..319ed35 100644 --- a/public/home.js +++ b/public/home.js @@ -1,5 +1,5 @@ -const ('Home', { - template: `
+Vue.component('Home', { + template: `
{{ subject }} @@ -10,7 +10,7 @@ const ('Home', {
account_circle Erstellt von {{ user }} -
`, +
`, props: ['subject', 'message', 'tag', 'user'] })