fix(frontend): i18n ReferenceError
This commit is contained in:
parent
e00fc0b613
commit
3ca516b490
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
<script setup lang="ts">
|
||||
import { ref, watch } from "vue";
|
||||
import { useI18n } from 'vue-i18n';
|
||||
|
||||
const { t } = useI18n();
|
||||
|
||||
const emit = defineEmits<(e: "update:deadline", value: Date | null) => void>();
|
||||
const props = defineProps<{ deadline: Date | null }>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue