feat: 提交多个新UI组件模块spec和相关属性设定,包括卡片封装、渐变卡片、列式布局组件等,重写了readme.md,用于AI Coding
Some checks are pending
Call HTTPS API / build (push) Waiting to run
Some checks are pending
Call HTTPS API / build (push) Waiting to run
This commit is contained in:
21
AI-Coding/openspec-lite/modules/vab-app.yaml
Normal file
21
AI-Coding/openspec-lite/modules/vab-app.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
# Module Spec:VabApp
|
||||
|
||||
module:
|
||||
id: vab-app
|
||||
name: VabApp(应用壳/全局容器)
|
||||
type: ui
|
||||
entrypoints:
|
||||
- library/components/VabApp/index.vue
|
||||
- library/components/VabApp/
|
||||
|
||||
usage_examples:
|
||||
- "App 根组件中使用 <vab-app /> 作为应用容器"
|
||||
|
||||
dependency_closure:
|
||||
runtime:
|
||||
- "可能依赖 router-view 与 Element Plus ConfigProvider(由 VabApp 内部决定)"
|
||||
- "可能依赖 pwa / i18n / route meta"
|
||||
|
||||
acceptance:
|
||||
- "渲染不报错"
|
||||
- "路由切换正常(若内部包含 router-view)"
|
||||
Reference in New Issue
Block a user