update files

This commit is contained in:
Nuintun 2015-11-20 18:50:54 +08:00
parent 2f673f6e80
commit 515fc921cb

View File

@ -50,6 +50,8 @@ module.exports = Vue.component('app-configure', {
this.popup = !this.popup;
if (!this.popup) {
this.name = '';
this.path = '';
this.submitError = '';
this.$broadcast('clean-error');
}