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:
@@ -68,7 +68,7 @@ module.exports = Vue.component('project-configure', {
|
||||
// clean error
|
||||
this.$broadcast('reset-error');
|
||||
// clean input
|
||||
this.$broadcast('reset-input');
|
||||
this.$broadcast('reset-item-input');
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -80,7 +80,7 @@ module.exports = Vue.component('project-configure', {
|
||||
// clean error
|
||||
this.$broadcast('reset-error');
|
||||
// clean input
|
||||
this.$broadcast('reset-input');
|
||||
this.$broadcast('reset-item-input');
|
||||
}
|
||||
},
|
||||
events: {
|
||||
@@ -90,7 +90,7 @@ module.exports = Vue.component('project-configure', {
|
||||
// clean error
|
||||
this.$broadcast('reset-error');
|
||||
// clean input
|
||||
this.$broadcast('reset-input');
|
||||
this.$broadcast('reset-item-input');
|
||||
}
|
||||
},
|
||||
created: function (){
|
||||
|
Reference in New Issue
Block a user