mirror of
https://github.com/nuintun/command-manager.git
synced 2025-07-18 00:27:39 +08:00
update files
This commit is contained in:
parent
031f50602e
commit
36259b1120
@ -200,5 +200,7 @@ module.exports = Vue.component('app-main', {
|
||||
},
|
||||
ready: function (){
|
||||
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');
|
Loading…
x
Reference in New Issue
Block a user