Files
Web_Template_Vue3_Dev/AI-Coding/openspec-lite/modules/vab-tabs.yaml

22 lines
558 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Module SpecVabTabs
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监听路由变化"
- "storetabs 状态(如果实现依赖 store 模块)"
acceptance:
- "访问多个路由后能出现多个 tab如功能支持"
- "切换/关闭 tab 不崩溃"