UNPKG

@ntohq/buefy-next

Version:

Lightweight UI components for Vue.js (v3) based on Bulma

19 lines (14 loc) 407 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var Tooltip = require('./Tooltip-_xBVm4yR.js'); var plugins = require('./plugins-AnZKsRZe.js'); require('vue'); require('./config-O5NiT3Jw.js'); require('./helpers.js'); const Plugin = { install(Vue) { plugins.registerComponent(Vue, Tooltip.Tooltip); } }; exports.BTooltip = Tooltip.Tooltip; exports.default = Plugin;