feat(composables): 提取菜单选项生成逻辑到独立 composables
All checks were successful
CI/CD Pipeline / playwright (push) Successful in 4m0s
CI/CD Pipeline / build-and-deploy (push) Successful in 4m33s

This commit is contained in:
严浩
2025-10-24 12:14:46 +08:00
parent 990f2811ae
commit c11473edb5
5 changed files with 159 additions and 143 deletions

View File

@@ -7,7 +7,7 @@ export default [
// https://github.com/antfu/unplugin-auto-import
AutoImport({
dirs: [
// 'src/composables',
'src/composables',
// 'src/utils',
'src/stores',
],