添加直接新建命令功能

This commit is contained in:
fofolee
2022-04-13 23:05:35 +08:00
parent b4aa6f9837
commit 39b8c23a73
4 changed files with 15 additions and 16 deletions

View File

@@ -294,7 +294,7 @@ export default {
editCommand() {
let event = {
type: "edit",
data: this.commandInfo.features.code,
data: this.commandInfo,
};
this.$emit("commandChanged", event);
},