1
0
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:
shangbin 2021-09-14 19:17:56 +08:00
parent 8220a44291
commit aeef95329f

View File

@ -43,6 +43,7 @@ export default {
onSave() {
const code = this.$refs.codeEditor.getEditorCode();
this.$emit("saveJSCode", code);
this.handleClose();
}
},
watch: {