Просмотр исходного кода

chore: fix template explorer local css link

Evan You 4 лет назад
Родитель
Сommit
31d6a31d97
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/template-explorer/local.html

+ 1 - 1
packages/template-explorer/local.html

@@ -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>