UNPKG

@efelle/proton

Version:

An elegant Vue.js Tailwind component library

15 lines (12 loc) 281 B
import Tooltip from 'tooltip.js' function bind(el, binding) { new Tooltip(el, { placement: binding.arg || 'top', title: binding.value, html: true, }) } const directive = { bind } export default (typeof window !== 'undefined' ? directive : {})