feat(common-ui cropper): Implement the image cropping component VCropper (#7082)
* feat(common-ui cropper): Implement the image cropping component VCropper * feat(common-ui cropper): Implement the image cropping component VCropper * feat(common-ui cropper): Implement the image cropping component VCropper * feat(common-ui cropper): Implement the image cropping component VCropper * feat(common-ui cropper): Implement the image cropping component VCropper
This commit is contained in:
@@ -337,6 +337,15 @@ const routes: RouteRecordRaw[] = [
|
||||
title: $t('examples.function.contentMenu'),
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'CropperDemo',
|
||||
path: '/examples/cropper',
|
||||
component: () => import('#/views/examples/cropper/index.vue'),
|
||||
meta: {
|
||||
icon: 'mdi:crop',
|
||||
title: $t('examples.cropper.title'),
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user