remove log whoops

redux
Shpuld Shpuldson 4 years ago
parent 5cf1574fdb
commit 5a8a428c15

@ -32,7 +32,6 @@ const Popover = {
methods: {
containerBoundingClientRect () {
const container = this.boundToSelector ? document.querySelector(this.boundToSelector) : this.$el.offsetParent
console.log('test', container)
return container.getBoundingClientRect()
},
updateStyles () {

Loading…
Cancel
Save