chore: fix template explorer local css link

This commit is contained in:
Evan You 2021-12-06 09:46:05 +08:00
parent 87c73e99d6
commit 31d6a31d97

View File

@ -1,5 +1,5 @@
<title>Vue Template Explorer</title> <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"> <link rel="stylesheet" href="./style.css">
<div id="header"></div> <div id="header"></div>