detroy tippy before destroy

This commit is contained in:
Philipp Kühn 2020-04-10 19:59:02 +02:00
parent c55f710250
commit 7d2c2225bc

View File

@ -241,6 +241,10 @@ export default {
},
},
beforeDestroy() {
this.destroyPopup()
},
}
</script>