Skip to content

Commit

Permalink
chore: fix template explorer local css link
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Dec 6, 2021
1 parent 87c73e9 commit 31d6a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/template-explorer/local.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="../../node_modules/monaco-editor/min/vs/editor/editor.main.css">
<link rel="stylesheet" data-name="vs/editor/editor.main" href="./node_modules/monaco-editor/min/vs/editor/editor.main.css">
<link rel="stylesheet" href="./style.css">

<div id="header"></div>
Expand Down

0 comments on commit 31d6a31

Please sign in to comment.