diff --git a/public/home.js b/public/home.js
index 1a25f80..0fd7a03 100644
--- a/public/home.js
+++ b/public/home.js
@@ -1,6 +1,5 @@
Vue.component('msg-item', {
- template: `
-
+ template: `
{{ title }}
@@ -10,12 +9,12 @@ Vue.component('msg-item', {
account_circle
Erstellt von {{ user }}
-
`,
+
`,
props: ['title', 'subject', 'tag', 'user']
})
new Vue({
- el: '#mewmessages-example',
+ el: '#newmessages-example',
data: {
messages: [
{
diff --git a/public/index.html b/public/index.html
index 7cf3f48..82fa3d2 100644
--- a/public/index.html
+++ b/public/index.html
@@ -36,7 +36,7 @@