mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-30 11:19:52 +08:00
destroyed => beforeDestroy
destroyed 实例已销毁,无法访问 this.fullscreen
This commit is contained in:
parent
33a93a12b4
commit
f251e58aa6
@ -98,7 +98,7 @@ export default {
|
||||
deactivated() {
|
||||
this.destroyTinymce()
|
||||
},
|
||||
destroyed() {
|
||||
beforeDestroy() {
|
||||
this.destroyTinymce()
|
||||
},
|
||||
methods: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user