remove log whoops
This commit is contained in:
parent
5cf1574fdb
commit
5a8a428c15
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ const Popover = {
|
||||||
methods: {
|
methods: {
|
||||||
containerBoundingClientRect () {
|
containerBoundingClientRect () {
|
||||||
const container = this.boundToSelector ? document.querySelector(this.boundToSelector) : this.$el.offsetParent
|
const container = this.boundToSelector ? document.querySelector(this.boundToSelector) : this.$el.offsetParent
|
||||||
console.log('test', container)
|
|
||||||
return container.getBoundingClientRect()
|
return container.getBoundingClientRect()
|
||||||
},
|
},
|
||||||
updateStyles () {
|
updateStyles () {
|
||||||
|
|
Loading…
Reference in a new issue