Skip to content

Commit e3f5625

Browse files
save file
1 parent 7ae9198 commit e3f5625

1 file changed

Lines changed: 51 additions & 0 deletions

File tree

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<webcontainer-nodejs>
2+
3+
<template shadowrootmode=open>
4+
5+
</template>
6+
7+
<script>
8+
9+
(function({mod,host}){
10+
11+
var obj = {
12+
version : 'v1.0.0',
13+
};
14+
15+
var df=true,did='webcontainer-terminal';
16+
17+
18+
obj.initmod = function(params){
19+
}//initmod
20+
21+
22+
//vars:-
23+
24+
25+
//:
26+
27+
28+
obj.init = function(){
29+
}//init
30+
31+
32+
//:
33+
34+
35+
obj.initdom = function(){
36+
}//initdom
37+
38+
39+
//:
40+
41+
42+
return obj;
43+
44+
})
45+
46+
</script>
47+
48+
</webcontaner-nodejs>
49+
50+
51+

0 commit comments

Comments
 (0)