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