Files

26 lines
691 B
YAML
Raw Permalink Normal View History

# Module Specvab-card卡片封装 + Skeleton
module:
id: vab-card
name: VabCard卡片封装
type: ui
entrypoints:
- library/components/VabCard/index.vue
public_api:
concept:
- "对 el-card 的轻封装header slot/prop + 可选 skeleton loading默认 500ms 结束)"
dependency_closure:
runtime:
- "Element Plusel-card/el-skeleton"
- "vue-routeronBeforeRouteLeave清理定时器"
- "SCSS$base-transition"
acceptance:
- "skeleton=true 时先显示 skeleton再渲染默认 slot"
- "路由离开时清理 timer"
pitfalls:
- "skeletonRows 注释提示:显示数量可能比传入多 1Element Plus 行为)"