✨ complete model integration
This commit is contained in:
@@ -5,8 +5,6 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { defineProps } from 'vue';
|
||||
|
||||
const props = defineProps<{
|
||||
src?: string;
|
||||
defaultSrc: string;
|
||||
|
@@ -39,7 +39,7 @@ const props = withDefaults(defineProps<Props>(), {
|
||||
accept: '*', // 默认支持所有类型
|
||||
multiple: false,
|
||||
maxCount: undefined,
|
||||
tip: 'Upload',
|
||||
tip: 'ImageUpload',
|
||||
fit: 'contain',
|
||||
draggable: true,
|
||||
disabled: false,
|
||||
|
Reference in New Issue
Block a user