Fix error in getting the element.
This commit is contained in:
parent
4dec762c98
commit
ae8c0f3e26
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
beforeDestroy() {
|
beforeDestroy() {
|
||||||
document.body.removeChild(document.body.getElementById(this.style_id));
|
document.body.removeChild(document.getElementById(this.style_id));
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue