mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-24 13:03:30 +08:00
添加直接新建命令功能
This commit is contained in:
@@ -294,7 +294,7 @@ export default {
|
||||
editCommand() {
|
||||
let event = {
|
||||
type: "edit",
|
||||
data: this.commandInfo.features.code,
|
||||
data: this.commandInfo,
|
||||
};
|
||||
this.$emit("commandChanged", event);
|
||||
},
|
||||
|
Reference in New Issue
Block a user