use string type

This commit is contained in:
ThatOneCalculator 2022-09-13 17:16:43 -07:00
parent 2be92040b0
commit 92df522cbc

View file

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