mirror of
https://gitee.com/log4j/pig-ui.git
synced 2024-12-22 12:58:55 +08:00
🚚 SvgIcon、Verifition 文件夹重命名
在 Linux 打包时报错
This commit is contained in:
parent
807791648e
commit
2ac0f67f41
@ -50,7 +50,7 @@ import { useI18n } from 'vue-i18n';
|
||||
const { t } = useI18n();
|
||||
|
||||
// 动态加载滑块验证码组件
|
||||
const Verify = defineAsyncComponent(() => import('/@/components/verifition/Verify.vue'));
|
||||
const Verify = defineAsyncComponent(() => import('/@/components/Verifition/Verify.vue'));
|
||||
|
||||
// 定义变量内容
|
||||
const emit = defineEmits(['signInSuccess']); // 声明事件名称
|
||||
|
Loading…
Reference in New Issue
Block a user