update files

This commit is contained in:
Nuintun
2015-11-20 16:45:19 +08:00
parent d280e911e7
commit b31cda4eab
6 changed files with 6 additions and 9 deletions

View File

@@ -28,6 +28,9 @@ module.exports = Vue.component('app-configure', {
}
},
methods: {
focus: function (){
this.submitError = '';
},
appConfigure: function (command, configure){
ipc.send('app-configure', command, configure);
},