From a2776c77a5371c4cac177e34b284efc2355faf70 Mon Sep 17 00:00:00 2001 From: Edwina Barbalan Date: Wed, 5 Dec 2018 14:42:02 +0100 Subject: [PATCH] =?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'] })