mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-07 19:44:35 +08:00
update files
This commit is contained in:
parent
1e705835d0
commit
463b8998e5
@ -95,7 +95,7 @@ module.exports = Vue.component('dynamic-item', {
|
|||||||
this.nameError = '';
|
this.nameError = '';
|
||||||
this.valueError = '';
|
this.valueError = '';
|
||||||
},
|
},
|
||||||
'reset-input': function (){
|
'reset-item-input': function (){
|
||||||
this.name = '';
|
this.name = '';
|
||||||
this.value = '';
|
this.value = '';
|
||||||
}
|
}
|
||||||
|
@ -68,7 +68,7 @@ module.exports = Vue.component('project-configure', {
|
|||||||
// clean error
|
// clean error
|
||||||
this.$broadcast('reset-error');
|
this.$broadcast('reset-error');
|
||||||
// clean input
|
// clean input
|
||||||
this.$broadcast('reset-input');
|
this.$broadcast('reset-item-input');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -80,7 +80,7 @@ module.exports = Vue.component('project-configure', {
|
|||||||
// clean error
|
// clean error
|
||||||
this.$broadcast('reset-error');
|
this.$broadcast('reset-error');
|
||||||
// clean input
|
// clean input
|
||||||
this.$broadcast('reset-input');
|
this.$broadcast('reset-item-input');
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
events: {
|
events: {
|
||||||
@ -90,7 +90,7 @@ module.exports = Vue.component('project-configure', {
|
|||||||
// clean error
|
// clean error
|
||||||
this.$broadcast('reset-error');
|
this.$broadcast('reset-error');
|
||||||
// clean input
|
// clean input
|
||||||
this.$broadcast('reset-input');
|
this.$broadcast('reset-item-input');
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
created: function (){
|
created: function (){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user