upgrade to new cropperjs 2.0 API
This commit is contained in:
parent
246160d966
commit
eda51ae486
4 changed files with 86 additions and 45 deletions
|
|
@ -97,6 +97,9 @@ export default defineConfig(async ({ mode, command }) => {
|
|||
if (tag === 'pinch-zoom') {
|
||||
return true
|
||||
}
|
||||
if (tag.startsWith('cropper-')) {
|
||||
return true
|
||||
}
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue