mirror of
https://github.com/nuintun/command-manager.git
synced 2025-11-19 06:47:42 +08:00
update files
This commit is contained in:
@@ -200,5 +200,7 @@ module.exports = Vue.component('app-main', {
|
|||||||
},
|
},
|
||||||
ready: function (){
|
ready: function (){
|
||||||
createXTerm(this.project.name, this.$els.terminal);
|
createXTerm(this.project.name, this.$els.terminal);
|
||||||
|
|
||||||
|
new Worker('static/js/components/app-main/worker.js');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
5
static/js/components/app-main/worker.js
Normal file
5
static/js/components/app-main/worker.js
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
/**
|
||||||
|
* Created by nuintun on 2015/11/27.
|
||||||
|
*/
|
||||||
|
|
||||||
|
var Terminal = require('../../terminal');
|
||||||
Reference in New Issue
Block a user