Skip to content

Commit

Permalink
Merge pull request #2150 from nextcloud/nickvergessen-patch-1
Browse files Browse the repository at this point in the history
Fix typo on registering the directive
  • Loading branch information
juliusknorr authored Aug 2, 2021
2 parents e68d8e6 + e43d104 commit 4c91916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/directives.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
```js static
import { Tooltip } from '@nextcloud/vue'

Vue.directive('tooltip', VTooltip.VTooltip)
Vue.directive('tooltip', Tooltip)
```

The tooltip directive is based on v-tooltip. For a full feature list see the projects [README](https://github.com/Akryum/v-tooltip/blob/master/README.md#directive)
Expand Down

0 comments on commit 4c91916

Please sign in to comment.