diff --git a/conf/init.json b/conf/init.json
index 5de28fb..0e56529 100644
--- a/conf/init.json
+++ b/conf/init.json
@@ -25,6 +25,18 @@
"icon": "icon-contacts",
"content": ""
},
+ {
+ "name": "Domainlist",
+ "to": "/domainlist",
+ "icon": "icon-contacts",
+ "content": ""
+ },
+ {
+ "name": "FormDemo",
+ "to": "/formdemo",
+ "icon": "icon-contacts",
+ "content": ""
+ },
{
"name": "Logout",
"to": "/logout",
diff --git a/src/components/my-input.vue b/src/components/my-input.vue
index 23a2b5c..10d78ec 100644
--- a/src/components/my-input.vue
+++ b/src/components/my-input.vue
@@ -1,9 +1,10 @@
-