This commit is contained in:
2025-12-24 11:10:54 +08:00
parent e514536d1b
commit 75c9ea0c3c
2 changed files with 17 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ import MyIcons from '@/components/My-icons/my-icons.vue';
import GlobalPopup from '@/components/GlobalPopup/GlobalPopup.vue'
// import Tabbar from '@/components/tabbar/midell-box.vue'
// 自动导入 directives 目录下所有指令
console.log(lightAppJssdk)
const directives = import.meta.glob('./directives/*.js', {
eager: true
});