Skip to content

Commit 613dbad

Browse files
authored
fix: 开放fullscreen组件 (#1777)
1 parent a7065c5 commit 613dbad

File tree

1 file changed

+1
-0
lines changed
  • packages/devui-vue/devui/fullscreen

1 file changed

+1
-0
lines changed

packages/devui-vue/devui/fullscreen/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export { Fullscreen };
88
export default {
99
title: 'Fullscreen 全屏',
1010
category: '通用',
11+
status: '100%',
1112
install(app: App): void {
1213
app.component(Fullscreen.name, Fullscreen);
1314
},

0 commit comments

Comments
 (0)