update files

This commit is contained in:
Nuintun
2015-11-20 16:34:41 +08:00
parent 5950b48276
commit d280e911e7
4 changed files with 8 additions and 2 deletions

View File

@@ -26,6 +26,9 @@ module.exports = Vue.component('directory', {
methods: {
open: function (){
ipc.send('open-directory', this.path, this._uid);
},
focus: function (){
this.$dispatch('directory-input-focus');
}
},
created: function (){