Use setTitle everywhere
This commit is contained in:
@@ -15,7 +15,7 @@ interface Data {
|
||||
}
|
||||
|
||||
const props = defineProps<{
|
||||
modelValue: Suggestion,
|
||||
modelValue: Suggestion | undefined,
|
||||
type: String
|
||||
}>();
|
||||
|
||||
|
Reference in New Issue
Block a user