feat: add SeamlessScroll component

This commit is contained in:
xiaoxian521
2021-04-15 16:16:55 +08:00
parent db237d2f51
commit e09ed0fb47
7 changed files with 683 additions and 22 deletions

View File

@@ -104,6 +104,15 @@ const routes: Array<RouteRecordRaw> = [
savedPosition: true
}
},
{
path: '/components/seamlessScroll',
component: () => import(/* webpackChunkName: "components" */ '../views/components/seamless-scroll/index.vue'),
meta: {
title: 'seamless',
showLink: false,
savedPosition: true
}
}
// {
// path: '/components/flowChart',
// component: () => import(/* webpackChunkName: "components" */ '../views/components/flow-chart/index.vue'),