update files

This commit is contained in:
nuintun 2015-11-27 00:06:42 +08:00
parent 031f50602e
commit 36259b1120
2 changed files with 7 additions and 0 deletions

View File

@ -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');
}
});

View File

@ -0,0 +1,5 @@
/**
* Created by nuintun on 2015/11/27.
*/
var Terminal = require('../../terminal');