feat(codegen): ✨ 代码生成支持本地写入和代码优化
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
import type { FormInstance } from "element-plus";
|
||||
import { Lock } from "@element-plus/icons-vue";
|
||||
import { useI18n } from "vue-i18n";
|
||||
import AuthAPI, { type LoginFormData } from "@/api/auth.api";
|
||||
import AuthAPI, { type LoginFormData } from "@/api/auth-api";
|
||||
|
||||
const { t } = useI18n();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user