Nuxt module of v-tooltip
Install npm dependency as follows
$ npm i apgapg/v-tooltip-nuxt
Note: You might need to ref the latest commit in package-lock.json for future updates
Add v-tooltip/nuxt
to modules section of nuxt.config.js
{
modules: [
'v-tooltip-nuxt',
// Or if you have custom options...
['v-tooltip-nuxt', { defaultPlacement: 'top' }],
// Or provide options globally
// VTooltip: {
// defaultPlacement: 'bottom',
// },
]
}
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -m 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request