Skip to content

Commit

Permalink
docs: fix casing for directives
Browse files Browse the repository at this point in the history
  • Loading branch information
ramondejonge committed Feb 29, 2024
1 parent 922a60a commit 21e0a3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ import {
Menu
} from 'floating-vue'

Vue.directive('tooltip', vTooltip)
Vue.directive('close-popper', vClosePopper)
Vue.directive('tooltip', VTooltip)
Vue.directive('close-popper', VClosePopper)

Vue.component('VDropdown', Dropdown)
Vue.component('VTooltip', Tooltip)
Expand Down

0 comments on commit 21e0a3a

Please sign in to comment.