mirror of
https://github.com/nuintun/command-manager.git
synced 2025-10-20 01:27:47 +08:00
update files
This commit is contained in:
@@ -70,16 +70,18 @@ module.exports = Vue.component('project-configure', {
|
||||
cancel: function (){
|
||||
this.show = false;
|
||||
this.submitError = '';
|
||||
|
||||
this.$broadcast('reset-form');
|
||||
|
||||
this.projectClone = util.clone(this.project);
|
||||
|
||||
// clean error
|
||||
this.$broadcast('reset-error');
|
||||
}
|
||||
},
|
||||
events: {
|
||||
'configure-refresh': function (){
|
||||
this.submitError = '';
|
||||
this.$broadcast('reset-form');
|
||||
|
||||
// clean error
|
||||
this.$broadcast('reset-error');
|
||||
}
|
||||
},
|
||||
created: function (){
|
||||
|
Reference in New Issue
Block a user