1
0
mirror of https://gitee.com/h_mo/uniapp-vue3-vite-ts-template synced 2025-04-06 03:58:03 +08:00

fix: 修复文件路径大小写手误告警

This commit is contained in:
tnt group 2024-06-26 18:25:56 +08:00
parent f6b06d5a61
commit 97487974c2

@ -1,5 +1,5 @@
<script lang="ts" setup>
import Iconify from '@/components/iconify/index';
import Iconify from '@/components/Iconify/index.vue';
const demo = ref('Demo');
</script>