Skip to content

Commit

Permalink
chore(template-explorer): bump monaco version for live deployed page
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Mar 6, 2020
1 parent 6fad2ef commit d6bf9ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/template-explorer/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<title>Vue Template Explorer</title>
<link rel="stylesheet" data-name="vs/editor/editor.main" href="https://unpkg.com/monaco-editor@0.18.1/min/vs/editor/editor.main.css">
<link rel="stylesheet" data-name="vs/editor/editor.main" href="https://unpkg.com/monaco-editor@0.20.0/min/vs/editor/editor.main.css">
<link rel="stylesheet" href="./style.css">

<div id="header"></div>
Expand All @@ -8,7 +8,7 @@

<script src="https://unpkg.com/[email protected]/dist/estree-walker.umd.js"></script>
<script src="https://unpkg.com/[email protected]/dist/source-map.js"></script>
<script src="https://unpkg.com/monaco-editor@0.18.1/min/vs/loader.js"></script>
<script src="https://unpkg.com/monaco-editor@0.20.0/min/vs/loader.js"></script>
<script>
window._deps = {
'estree-walker': estreeWalker,
Expand All @@ -17,7 +17,7 @@

require.config({
paths: {
'vs': 'https://unpkg.com/monaco-editor/min/vs'
'vs': 'https://unpkg.com/monaco-editor@0.20.0/min/vs'
}
})
</script>
Expand Down

0 comments on commit d6bf9ff

Please sign in to comment.