fix: 清理掉了所有warn,优化了在移动端侧边栏的逻辑问题

This commit is contained in:
AnNingUI
2025-08-12 20:36:00 +08:00
parent a6874e9be3
commit 82475f71db
9 changed files with 46 additions and 30 deletions

View File

@@ -43,4 +43,9 @@ export default defineNuxtConfig({
],
},
},
vue: {
compilerOptions: {
isCustomElement: (tag) => ['l-hatch', 'l-hatch-spinner'].includes(tag),
},
},
})