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

@@ -26,9 +26,6 @@ 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 (){