Skip to content

Commit

Permalink
fix: 开放fullscreen组件 (#1777)
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatZPP authored Jan 11, 2024
1 parent a7065c5 commit 613dbad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/devui-vue/devui/fullscreen/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export { Fullscreen };
export default {
title: 'Fullscreen 全屏',
category: '通用',
status: '100%',
install(app: App): void {
app.component(Fullscreen.name, Fullscreen);
},
Expand Down

0 comments on commit 613dbad

Please sign in to comment.