Skip to content

How to add new theme or update config in nuxt3 #807

@jd-solanki

Description

@jd-solanki

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions