]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix template explorer local css link
authorEvan You <yyx990803@gmail.com>
Mon, 6 Dec 2021 01:46:05 +0000 (09:46 +0800)
committerEvan You <yyx990803@gmail.com>
Mon, 6 Dec 2021 01:46:05 +0000 (09:46 +0800)
packages/template-explorer/local.html

index 1aab3c26f0382db8f5fe6234d8e63e0a2382d374..6ec0ba20a771588dd57a5ebfdd62d7a139a8398f 100644 (file)
@@ -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>