feat: 重构 Design 组件

- 移除了未使用的 CSS 样式
-优化了组件的导入方式
- 调整了 Store 的引用
- 清理了不必要的注释
This commit is contained in:
陈昱达
2025-03-03 16:19:00 +08:00
parent 2195eab28f
commit f4013324f5
3 changed files with 14 additions and 37 deletions

2
components.d.ts vendored
View File

@@ -2,7 +2,7 @@
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
export {};
/* prettier-ignore */
declare module 'vue' {