update Table

update Table
This commit is contained in:
梁灏 2017-03-09 14:11:22 +08:00
parent b2012015da
commit 486d4fda19
9 changed files with 132 additions and 106 deletions

View file

@ -161,6 +161,10 @@ const router = new VueRouter({
path: '/form',
component: require('./routers/form.vue')
},
{
path: '/table',
component: require('./routers/table.vue')
},
]
});