wip: add cropper iamge component

This commit is contained in:
Vben
2021-03-29 22:48:13 +08:00
parent 39d629a029
commit 2e11ea677b
15 changed files with 222 additions and 43 deletions

View File

@@ -232,6 +232,14 @@ const comp: AppRouteModule = {
title: t('routes.demo.comp.transition'),
},
},
{
path: 'cropper',
name: 'CropperDemo',
component: () => import('/@/views/demo/comp/cropper/index.vue'),
meta: {
title: t('routes.demo.comp.cropperImage'),
},
},
{
path: 'timestamp',
name: 'TimeDemo',