mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
add number to prop type for radio and dropdown (#11924)
This commit is contained in:
@@ -20,11 +20,11 @@ import { defineComponent, computed } from 'vue';
|
||||
export default defineComponent({
|
||||
props: {
|
||||
value: {
|
||||
type: String,
|
||||
type: [String, Number],
|
||||
required: true,
|
||||
},
|
||||
modelValue: {
|
||||
type: String,
|
||||
type: [String, Number],
|
||||
default: null,
|
||||
},
|
||||
label: {
|
||||
|
||||
Reference in New Issue
Block a user