support LoadingBar

support LoadingBar @Jetsly
This commit is contained in:
梁灏 2017-03-09 17:29:40 +08:00
parent d978690647
commit f97e5bb01a
7 changed files with 71 additions and 22 deletions

View file

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