mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-09 13:53:38 +08:00
feat: add cropper components
This commit is contained in:
@@ -76,6 +76,15 @@ const routes: Array<RouteRecordRaw> = [
|
||||
showLink: false,
|
||||
savedPosition: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/components/cropping',
|
||||
component: () => import(/* webpackChunkName: "components" */ '../views/components/cropping/index.vue'),
|
||||
meta: {
|
||||
title: 'cropping',
|
||||
showLink: false,
|
||||
savedPosition: true
|
||||
}
|
||||
}
|
||||
],
|
||||
meta: {
|
||||
|
||||
Reference in New Issue
Block a user