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