UNPKG

toolpop

Version:

💬 **Toolpop** is a lightweight Vue 3 `v-pop` directive for reactive tooltips and simple HTML/image popovers.

8 lines (7 loc) • 203 B
import { createPop } from "./pop"; export default { install(app, options) { const configuredPopDirective = createPop(options); app.directive("pop", configuredPopDirective); }, };