Fixed Vue version's Tooltip
- run yarn add @types/bootstrap
- put these code in main.ts import { Tooltip } from "bootstrap"; app.directive("tooltip", (el, binding) => { new Tooltip(el); });
- use it like this <div v-tooltip data-bs-title='this is fixed tooltip'>show tooltip</div>
Replies (1)
Hi,
Thank you for your feedback.
We will include this in the next Metronic releases.
Regards,
Lauris Stepanovs,
Keenthemes Support Team