use `string` type
This commit is contained in:
parent
2be92040b0
commit
92df522cbc
|
@ -43,7 +43,7 @@ import * as os from '@/os';
|
||||||
|
|
||||||
const props = defineProps<{
|
const props = defineProps<{
|
||||||
groupId: {
|
groupId: {
|
||||||
type: String,
|
type: string,
|
||||||
required: true,
|
required: true,
|
||||||
},
|
},
|
||||||
}>();
|
}>();
|
||||||
|
|
Loading…
Reference in New Issue