tweaked a few things to mitigate errors
This commit is contained in:
@@ -58,7 +58,7 @@ const fallbackInitials = {
|
|||||||
|
|
||||||
const props = defineProps<{
|
const props = defineProps<{
|
||||||
readOnly: boolean,
|
readOnly: boolean,
|
||||||
data: ApplicationData,
|
data: ApplicationData | null,
|
||||||
}>()
|
}>()
|
||||||
|
|
||||||
const emit = defineEmits(['submit']);
|
const emit = defineEmits(['submit']);
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ if (import.meta.env.VITE_DISABLE_GLITCHTIP === "true") {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
app.component("FormInput", FormInput)
|
// app.component("FormInput", FormInput)
|
||||||
app.component("FormCheckbox", FormCheckbox)
|
// app.component("FormCheckbox", FormCheckbox)
|
||||||
|
|
||||||
app.mount('#app')
|
app.mount('#app')
|
||||||
|
|||||||
Reference in New Issue
Block a user