support Modal

support Modal
This commit is contained in:
梁灏 2017-03-09 18:31:47 +08:00
parent f97e5bb01a
commit 6259471f4c
9 changed files with 153 additions and 39 deletions

View file

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