-
Notifications
You must be signed in to change notification settings - Fork 341
Open
Description
Hi,
I am new to Nuxt and want to use v-tooltip. I tried adding my new theme but failed with error and later I just tried simple config but it wasn't updating in nuxt3. Here's my config:
export default defineNuxtConfig({
buildModules: [
['v-tooltip/nuxt', {
offset: [0, 52],
disposeTimeout: 500000,
}],
],
})
With the above config I am trying like below:
<button v-tooltip="'You have new messages.'">
View
</button>
but offset
& disposeTimeout
options aren't working 🤔
Thanks.
Achuttarsing, birdlavv and charlie-s
Metadata
Metadata
Assignees
Labels
No labels