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

22 lines
531 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 SpecVabApp
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"