Files

25 lines
659 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-full-screen全屏切换
module:
id: vab-full-screen
name: VabFullScreen全屏切换
type: ui
entrypoints:
- library/components/VabFullScreen/index.vue
public_api:
concept:
- "点击图标切换全屏状态useFullscreen().toggle"
dependency_closure:
runtime:
- "@vueuse/coreuseFullscreen若项目通过 auto-import 或显式引入提供)"
- "store-settingstheme.showFullScreen"
- "VabIcon"
acceptance:
- "theme.showFullScreen=true 时显示图标,点击可进入/退出全屏"
pitfalls:
- "useFullscreen 的来源依赖工程约定(自动导入 vs 显式 import"