fix: copper modal
parent
ba40db4ba6
commit
469c01d4dd
|
@ -119,6 +119,7 @@ import { dataURLtoBlob } from '@/utils/filt'
|
|||
import { useI18n } from 'vue-i18n'
|
||||
import type { CropendResult, Cropper } from './types'
|
||||
import { propTypes } from '@/utils/propTypes'
|
||||
import { CropperImage } from '@/components/Cropper'
|
||||
|
||||
const props = defineProps({
|
||||
srcValue: propTypes.string.def(''),
|
||||
|
|
Loading…
Reference in New Issue