Akryum / Akryum/floating-vue

How to add new theme or update config in nuxt3

未關閉
#807 8 則留言 3 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
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 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。