update files

This commit is contained in:
nuintun
2015-11-23 22:34:25 +08:00
parent 6f0ee7a728
commit bf5e598de4
4 changed files with 12 additions and 14 deletions

View File

@@ -38,9 +38,7 @@ module.exports = Vue.component('project-base', {
}
},
events: {
'reset-form': function (){
this.name = '';
this.path = '';
'reset-error': function (){
this.nameError = '';
this.pathError = '';
},