We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87826ed commit 1e74facCopy full SHA for 1e74fac
packages/coreui-vue/src/components/form/CFormInput.ts
@@ -67,7 +67,7 @@ const CFormInput = defineComponent({
67
* The default name for a value passed using v-model.
68
*/
69
modelValue: {
70
- type: String,
+ type: [File, String],
71
default: undefined,
72
},
73
/**
0 commit comments