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:
@@ -36,7 +36,7 @@ export default {
|
||||
},
|
||||
beforeUpdate: () => { },
|
||||
updated: () => { },
|
||||
destoryed: () => { },
|
||||
destroyed: () => { },
|
||||
methods: {
|
||||
async compile() {
|
||||
const obj = await html2Json(this.code);
|
||||
|
||||
Reference in New Issue
Block a user