support Modal
support Modal
This commit is contained in:
parent
f97e5bb01a
commit
6259471f4c
9 changed files with 153 additions and 39 deletions
|
@ -168,6 +168,10 @@ const router = new VueRouter({
|
|||
{
|
||||
path: '/loading-bar',
|
||||
component: require('./routers/loading-bar.vue')
|
||||
},
|
||||
{
|
||||
path: '/modal',
|
||||
component: require('./routers/modal.vue')
|
||||
}
|
||||
]
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue