VTooltip component not working (but directive does ?)
Abierto
- Lenguaje dominante
- TypeScript
- Estrellas
- 3.5k
- Forks
- 341
- Merge medio
- 14 min
- PR fusionados (30 d)
- 8
Descripción
I have this simple tooltip call
```js
Click me
test
```
No content is rendered , only theses comments :

**It works with the directive !**
```js
Click me
```

am i missing something here ?
- No error or warning
- The css is imported and i'm using` app.use`
```js
const app = createApp(App)
.use(FloatingVue)
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.