feat: 上传图片优化
This commit is contained in:
@@ -67,7 +67,7 @@ import { ref, defineModel, onMounted, watch } from 'vue';
|
||||
|
||||
const model = defineModel({ type: Boolean, default: false })
|
||||
defineProps({
|
||||
width: { type: String, default: '500' },
|
||||
width: { type: String, default: '80%' },
|
||||
data: { type: Object, default: {} },
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user