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 show tooltip
Replies (1)
Hi,
Thank you for your feedback.
We will include this in the next Metronic releases.
Regards,
Lauris Stepanovs,
Keenthemes Support Team