This commit is contained in:
quantulr
2023-02-13 20:52:59 +08:00
parent f4f1101009
commit 6ae8288f1a
7 changed files with 9 additions and 11 deletions

View File

@ -190,7 +190,7 @@ import {
} from "@/api/shortlink";
import { reactive, ref, toRefs } from "vue";
import { ElMessage, ElMessageBox } from "element-plus";
import type { ShortLink } from "@/models/shortLink";
import type { ShortLink } from "@/types/ShortLink";
import QrcodeVue from "qrcode.vue";
import { useRouter } from "vue-router";