mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-09 13:53:38 +08:00
feat: 通过iframe引入按钮组件页面
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user