1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-31 03:49:46 +08:00

destroyed => beforeDestroy

destroyed 实例已销毁,无法访问 this.fullscreen
This commit is contained in:
王金平 2021-04-02 14:26:06 +08:00 committed by GitHub
parent 33a93a12b4
commit f251e58aa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@ export default {
deactivated() { deactivated() {
this.destroyTinymce() this.destroyTinymce()
}, },
destroyed() { beforeDestroy() {
this.destroyTinymce() this.destroyTinymce()
}, },
methods: { methods: {