fix import
This commit is contained in:
parent
76b55e8c21
commit
38d323962a
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@
|
||||||
import { onMounted, onUnmounted } from "vue";
|
import { onMounted, onUnmounted } from "vue";
|
||||||
import { url as local, lang } from "@/config";
|
import { url as local, lang } from "@/config";
|
||||||
import { i18n } from "@/i18n";
|
import { i18n } from "@/i18n";
|
||||||
|
import MkButton from "@/components/MkButton.vue";
|
||||||
|
|
||||||
const props = withDefaults(
|
const props = withDefaults(
|
||||||
defineProps<{
|
defineProps<{
|
||||||
|
|
Loading…
Reference in a new issue