How to add new theme or update config in nuxt3
未關閉
- 主要語言
- TypeScript
- 星號
- 3.5k
- 分支
- 341
- 平均合併
- 14 分鐘
- 30 天內合併 PR
- 8
描述
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:
```js
export default defineNuxtConfig({
buildModules: [
['v-tooltip/nuxt', {
offset: [0, 52],
disposeTimeout: 500000,
}],
],
})
```
With the above config I am trying like below:
```html
View
```
but `offset` & `disposeTimeout` options aren't working 🤔
Thanks.
貢獻指南
評估
這個 Issue 還沒有評估資料。