initialize carousel
This commit is contained in:
parent
6831b361ca
commit
6c9acb08fa
8 changed files with 50 additions and 0 deletions
|
@ -134,6 +134,11 @@ router.map({
|
|||
require(['./routers/form.vue'], resolve);
|
||||
}
|
||||
},
|
||||
'/carousel': {
|
||||
component: function (resolve) {
|
||||
require(['./routers/carousel.vue'], resolve);
|
||||
}
|
||||
},
|
||||
});
|
||||
|
||||
router.beforeEach(function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue