update files

This commit is contained in:
nuintun
2015-11-23 22:41:49 +08:00
parent bf5e598de4
commit 1e705835d0
2 changed files with 13 additions and 0 deletions

View File

@@ -94,6 +94,10 @@ module.exports = Vue.component('dynamic-item', {
'reset-error': function (){
this.nameError = '';
this.valueError = '';
},
'reset-input': function (){
this.name = '';
this.value = '';
}
}
});