tooltip.js
This is a Vue tooltipster component for VueJS2 inspired in Tooltipster plugin.
这是受Tooltipster插件启发的VueJS2的Vue工具提示组件。
Also it add a new feature to Tooltipster plugin:
它还为Tooltipster插件添加了新功能:
Tooltip works as state of the art but also you can click over trigger element for keep the tooltip opened.
工具提示可以作为最新技术使用,但是您也可以单击触发元素以保持工具提示处于打开状态。
You can render html content inside tooltip through slot 'content'
您可以通过广告位“内容”在工具提示中呈现html内容
Checkout code and run
签出代码并运行
npm install
npm run serve
翻译自: https://vuejsexamples.com/vuejs-2-x-tooltip-component-based-tooltipster-js/
tooltip.js