Skip to content

Commit

Permalink
fix(popover): namespace from config provider not working
Browse files Browse the repository at this point in the history
  • Loading branch information
07akioni committed Nov 26, 2020
1 parent 549b9f2 commit 2717537
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"highlight.js": "^9.18.1",
"lodash-es": "^4.17.15",
"treemate": "^0.1.11",
"vdirs": "^0.0.1",
"vdirs": "^0.0.3",
"vfonts": "^0.0.1",
"vooks": "^0.0.1",
"vue": "^3.0.2",
Expand Down
3 changes: 2 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ module.exports = {
'@css-render/plugin-bem',
'vueuc',
'vooks',
'evtd'
'evtd',
'vdirs'
])
}
1 change: 1 addition & 0 deletions src/popover/src/PopoverBody.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ export default {
enabled: this.followerEnabled,
to: this.adjustedTo,
placement: this.placement,
containerClass: this.namespace,
ref: 'followerRef'
}, {
default: () => {
Expand Down

0 comments on commit 2717537

Please sign in to comment.