VarInput支持选择文件

This commit is contained in:
fofolee
2025-01-06 17:13:17 +08:00
parent 5ea6850bb9
commit 516e6c2d16
8 changed files with 222 additions and 171 deletions

View File

@@ -137,7 +137,7 @@ export default defineComponent({
},
options: {
type: Object,
default: null,
default: () => ({}),
},
},
emits: ["update:modelValue"],