Skip to content

Commit

Permalink
fix(docs): (one additional example) change mouse events for QDrawer m…
Browse files Browse the repository at this point in the history
…ini mode toggle (quasarframework#17461)
  • Loading branch information
rstoenescu committed Sep 3, 2024
1 parent c219b4f commit 7d297f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/examples/QDrawer/MiniToOverlay.vue
Original file line number Diff line number Diff line change
@@ -13,8 +13,8 @@
show-if-above

:mini="miniState"
@mouseover="miniState = false"
@mouseout="miniState = true"
@mouseenter="miniState = false"
@mouseleave="miniState = true"
mini-to-overlay

:width="200"

0 comments on commit 7d297f8

Please sign in to comment.