Files

26 lines
580 B
YAML
Raw Permalink 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 Specvab-footer页脚
module:
id: vab-footer
name: VabFooter页脚
type: ui
entrypoints:
- library/components/VabFooter/index.vue
public_api:
concept:
- "展示年份与站点 title来自 settings store"
dependency_closure:
runtime:
- "store-settingstitle"
- "VabIcon"
styles:
- "SCSS 变量:$base-padding / $base-border-color来自 styles 模块)"
acceptance:
- "渲染后能显示年份与 title"
pitfalls:
- "样式依赖全局 SCSS 变量;目标项目缺失变量会导致样式编译失败"