use `string` type

This commit is contained in:
ThatOneCalculator 2022-09-13 17:16:43 -07:00
parent 2be92040b0
commit 92df522cbc
1 changed files with 1 additions and 1 deletions

View File

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