Skip to content

Commit

Permalink
chore: fix broken example (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
saman committed Aug 21, 2020
1 parent 1f70359 commit a8eed0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ export default {
<body>
<div id="app"></div>

<script src="monaco-editor/min/vs/loader.js"></script>
<script src="https://unpkg.com/vue"></script>
<script src="https://unpkg.com/vue-monaco"></script>
<script src="monaco-editor/min/vs/loader.js"></script>
<script>
require.config({ paths: { vs: 'monaco-editor/min/vs' } })
Expand Down

0 comments on commit a8eed0d

Please sign in to comment.