feat: 新增ImageCropping

This commit is contained in:
kailong321200875
2023-11-15 09:59:17 +08:00
parent 19ccf8b518
commit b0a43a70e6
4 changed files with 87 additions and 60 deletions

View File

@@ -152,7 +152,8 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
'vue-json-pretty',
'@zxcvbn-ts/core',
'dayjs',
'mockjs'
'mockjs',
'cropperjs'
]
}
}