feat: review submission

This commit is contained in:
Jannat Patel
2023-12-21 17:25:08 +05:30
parent afcb15148f
commit e1d61c9eb9
7 changed files with 70 additions and 20 deletions

View File

@@ -16,7 +16,7 @@ const props = defineProps({
default: '',
},
modelValue: {
type: String,
type: Number,
default: 0,
},
})