mirror of
https://github.com/sahadev/vue-component-creater-ui.git
synced 2025-06-07 13:44:06 +08:00
优化体验
This commit is contained in:
parent
8220a44291
commit
aeef95329f
@ -43,6 +43,7 @@ export default {
|
||||
onSave() {
|
||||
const code = this.$refs.codeEditor.getEditorCode();
|
||||
this.$emit("saveJSCode", code);
|
||||
this.handleClose();
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user