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:
@@ -82,6 +82,12 @@ module.exports = Vue.component('dynamic-item', {
|
||||
delete this.$data._cached[item.name];
|
||||
}
|
||||
},
|
||||
events: {
|
||||
'clean-error': function (){
|
||||
this.nameError = '';
|
||||
this.valueError = '';
|
||||
}
|
||||
},
|
||||
created: function (){
|
||||
this.items.forEach(function (item){
|
||||
this.$data._cached[item.name] = true;
|
||||
|
Reference in New Issue
Block a user