feat: 通过iframe引入按钮组件页面

This commit is contained in:
张益铭
2021-03-30 14:40:32 +08:00
parent 3bf157f028
commit f8ff3d9162
5 changed files with 823 additions and 2 deletions

View File

@@ -67,6 +67,15 @@ const routes: Array<RouteRecordRaw> = [
showLink: false,
savedPosition: true
}
},
{
path: '/components/button',
component: () => import(/* webpackChunkName: "components" */ '../views/components/button/index.vue'),
meta: {
title: 'button',
showLink: false,
savedPosition: true
}
}
],
meta: {