update files

This commit is contained in:
nuintun
2015-11-23 22:23:20 +08:00
parent e1c9c15fc4
commit 84768cea6b
6 changed files with 37 additions and 25 deletions

View File

@@ -91,7 +91,9 @@ module.exports = Vue.component('dynamic-item', {
}
},
events: {
'clean-error': function (){
'reset-form': function (){
this.name = '';
this.value = '';
this.nameError = '';
this.valueError = '';
}