Nothing happens ...
未關閉
- 主要語言
- TypeScript
- 星號
- 3.5k
- 分支
- 341
- 平均合併
- 14 分鐘
- 30 天內合併 PR
- 8
描述
Hi,
I have installed v-tooltip and included the following code in my main.js:
```
import { createApp } from 'vue'
import App from './App.vue'
import router from './router'
import VTooltip from 'v-tooltip'
const app = createApp(App)
app.use(router).mount('#app')
app.use(VTooltip)
```
In a component I have this example:
```
```
but nothing happens, no popup or anything.
What am I doing wrong?
貢獻指南
評估
這個 Issue 還沒有評估資料。