diff --git a/conf/init.json b/conf/init.json
index 3c7c558..f372de8 100644
--- a/conf/init.json
+++ b/conf/init.json
@@ -6,22 +6,26 @@
{
"name": "Login",
"to": "/login",
- "icon": "fa-home"
+ "icon": "fa-home",
+ "content": ""
},
{
"name": "Dashboard",
"to": "/",
- "icon": "fa-home"
+ "icon": "fa-home",
+ "content": ""
},
{
"name": "Userlist",
"to": "/userlist",
- "icon": "fa-news"
+ "icon": "fa-news",
+ "content": ""
},
{
"name": "Logout",
"to": "/logout",
- "icon": "fa-lock"
+ "icon": "fa-lock",
+ "content": ""
}
]
}
\ No newline at end of file
diff --git a/index.html b/index.html
index ee1d3db..e23cb8f 100644
--- a/index.html
+++ b/index.html
@@ -3,6 +3,7 @@
Vue Example
+