Skip to content

Commit

Permalink
fix(component): fix topbar open default
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodong2008 committed Apr 20, 2024
1 parent 8a8cc01 commit 44802be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/topbar/language.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export default {
.addEvent("mouseleave", () => {
menu.setStyle("height", "0")
})
.setStyle("height", "0");
},
props: {
title: {
Expand Down

0 comments on commit 44802be

Please sign in to comment.