We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5bb09e commit e39a855Copy full SHA for e39a855
src/components/popover/index.js
@@ -1,4 +1,5 @@
1
import bPopover from './popover'
2
+import popoverPlugin from '../../directives/popover'
3
import { registerComponents, vueUse } from '../../utils/plugins'
4
5
const components = {
@@ -8,6 +9,7 @@ const components = {
8
9
const VuePlugin = {
10
install (Vue) {
11
registerComponents(Vue, components)
12
+ Vue.use(popoverPlugin)
13
}
14
15
src/components/popover/package.json
@@ -4,6 +4,9 @@
"meta": {
"title": "Popover",
6
"component": "bPopover",
7
+ "directives": [
+ "vBPopover"
+ ],
"events": [
{
"event": "show",
0 commit comments