This commit is contained in:
2020-11-06 00:23:43 +00:00
parent 0150b46b2e
commit 3ff682e7e9
3 changed files with 28 additions and 42 deletions

View File

@@ -349,6 +349,10 @@ export default {
}
});
},
beforeDestroy() {
//cleanup
DOMPurify.removeAllHooks();
},
data() {
return {
localVal: this.value,