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-tabs.yaml
Normal file
21
AI-Coding/openspec-lite/modules/vab-tabs.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
# Module Spec:VabTabs
|
||||
|
||||
module:
|
||||
id: vab-tabs
|
||||
name: VabTabs(多标签页/导航标签)
|
||||
type: ui
|
||||
entrypoints:
|
||||
- library/components/VabTabs/index.vue
|
||||
- library/components/VabTabs/
|
||||
|
||||
usage_examples:
|
||||
- "布局头部或主区域放置 VabTabs,展示已访问路由并支持关闭/切换"
|
||||
|
||||
dependency_closure:
|
||||
runtime:
|
||||
- "vue-router:监听路由变化"
|
||||
- "store:tabs 状态(如果实现依赖 store 模块)"
|
||||
|
||||
acceptance:
|
||||
- "访问多个路由后能出现多个 tab(如功能支持)"
|
||||
- "切换/关闭 tab 不崩溃"
|
||||
Reference in New Issue
Block a user