File tree 1 file changed +3
-3
lines changed
packages/template-explorer
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
< title > Vue Template Explorer</ title >
2
- < link rel ="stylesheet " data-name ="vs/editor/editor.main " href ="https://unpkg.com/monaco-editor@0.18.1 /min/vs/editor/editor.main.css ">
2
+ < link rel ="stylesheet " data-name ="vs/editor/editor.main " href ="https://unpkg.com/monaco-editor@0.20.0 /min/vs/editor/editor.main.css ">
3
3
< link rel ="stylesheet " href ="./style.css ">
4
4
5
5
< div id ="header "> </ div >
8
8
9
9
< script src ="
https://unpkg.com/[email protected] /dist/estree-walker.umd.js "
> </ script >
10
10
< script src ="
https://unpkg.com/[email protected] /dist/source-map.js "
> </ script >
11
- < script src ="https://unpkg.com/monaco-editor@0.18.1 /min/vs/loader.js "> </ script >
11
+ < script src ="https://unpkg.com/monaco-editor@0.20.0 /min/vs/loader.js "> </ script >
12
12
< script >
13
13
window . _deps = {
14
14
'estree-walker' : estreeWalker ,
17
17
18
18
require . config ( {
19
19
paths : {
20
- 'vs' : 'https://unpkg.com/monaco-editor/min/vs'
20
+ 'vs' : 'https://unpkg.com/monaco-editor@0.20.0 /min/vs'
21
21
}
22
22
} )
23
23
</ script >
You can’t perform that action at this time.
0 commit comments