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']
})
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 @@
-
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+