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