fix import
This commit is contained in:
parent
b30de41258
commit
19aeaec4ce
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