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