UNPKG

shards-vue3

Version:

A free, beautiful and modern Vue.js 3 UI kit based on the Shards UI kit.

18 lines (12 loc) 264 B
import { registerComponents, vueUse } from '../../utils'; import dPopover from './Popover.vue'; const components = { dPopover } const VuePlugin = { install (Vue) { registerComponents(Vue, components) } } vueUse(VuePlugin) export default VuePlugin