mirror of
https://github.com/nuintun/command-manager.git
synced 2025-10-20 18:31:21 +08:00
update files
This commit is contained in:
@@ -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 (){
|
||||
|
Reference in New Issue
Block a user