update files

This commit is contained in:
nuintun
2015-11-24 12:23:27 +08:00
parent a3980af265
commit a058067ed0
12 changed files with 100 additions and 110 deletions

View File

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