Skip to content

Commit 31d6a31

Browse files
committed
chore: fix template explorer local css link
1 parent 87c73e9 commit 31d6a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/template-explorer/local.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<title>Vue Template Explorer</title>
2-
<link rel="stylesheet" data-name="vs/editor/editor.main" href="../../node_modules/monaco-editor/min/vs/editor/editor.main.css">
2+
<link rel="stylesheet" data-name="vs/editor/editor.main" href="./node_modules/monaco-editor/min/vs/editor/editor.main.css">
33
<link rel="stylesheet" href="./style.css">
44

55
<div id="header"></div>

0 commit comments

Comments
 (0)