support LoadingBar
support LoadingBar @Jetsly
This commit is contained in:
parent
d978690647
commit
f97e5bb01a
7 changed files with 71 additions and 22 deletions
|
@ -165,6 +165,10 @@ const router = new VueRouter({
|
|||
path: '/table',
|
||||
component: require('./routers/table.vue')
|
||||
},
|
||||
{
|
||||
path: '/loading-bar',
|
||||
component: require('./routers/loading-bar.vue')
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue