修复前端迁移后的类型错误
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { onUnmounted, ref } from "vue";
|
||||
import { showToast } from "vant";
|
||||
import { sendSmsCode } from "@/api/auth";
|
||||
import { sendSmsCode } from "@/features/auth/api/auth";
|
||||
|
||||
export function useSmsCountdown() {
|
||||
const countDown = ref(0);
|
||||
|
||||
Reference in New Issue
Block a user