Skip to content

Commit

Permalink
fix: 开放fullscreen组件
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatZPP committed Jan 10, 2024
1 parent c767cfb commit ea14048
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 ea14048

Please sign in to comment.