Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ddjnw1yu committed May 14, 2024
1 parent d8e94bf commit 4921885
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/SideBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ export default {
}
},
methods: {
/**
* This event is emitted when the mouse hover are changed.
* @arg data
*/
hoverChanged: function (data) {
this.$emit('hover-changed', data)
},
Expand Down

0 comments on commit 4921885

Please sign in to comment.