File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/template-explorer Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11< 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 ">
33< link rel ="stylesheet " href ="./style.css ">
44
55< div id ="header "> </ div >
88
99< script src ="https://unpkg.com/estree-walker@0.8.1/dist/estree-walker.umd.js "> </ script >
1010< script src ="https://unpkg.com/source-map@0.6.1/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 >
1212< script >
1313window . _deps = {
1414 'estree-walker' : estreeWalker ,
1717
1818require . config ( {
1919 paths : {
20- 'vs' : 'https://unpkg.com/monaco-editor/min/vs'
20+ 'vs' : 'https://unpkg.com/monaco-editor@0.20.0 /min/vs'
2121 }
2222} )
2323</ script >
You can’t perform that action at this time.
0 commit comments