fix: copper modal

This commit is contained in:
xingyu 2023-02-01 16:21:45 +08:00
parent ba40db4ba6
commit 469c01d4dd

View File

@ -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(''),