use string type

This commit is contained in:
ThatOneCalculator 2022-09-13 17:16:43 -07:00
parent 415af39b89
commit 71ba6ab193

View file

@ -43,7 +43,7 @@ import * as os from '@/os';
const props = defineProps<{
groupId: {
type: String,
type: string,
required: true,
},
}>();