1
0
mirror of https://github.com/sahadev/vue-component-creater-ui.git synced 2026-01-11 15:22:28 +08:00

fix: 修复一直以来的生命周期错误

This commit is contained in:
shangbin
2022-03-22 15:34:45 +08:00
parent 56ebbba133
commit b1a4fda2e1
13 changed files with 13 additions and 13 deletions

View File

@@ -36,7 +36,7 @@ export default {
},
beforeUpdate: () => { },
updated: () => { },
destoryed: () => { },
destroyed: () => { },
methods: {
async compile() {
const obj = await html2Json(this.code);