瀏覽代碼

fix(template-explorer): correct commit link

三咲智子 Kevin Deng 2 年之前
父節點
當前提交
a15c4555b3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/template-explorer/src/options.ts

+ 1 - 1
packages/template-explorer/src/options.ts

@@ -43,7 +43,7 @@ const App = {
         h(
           'a',
           {
-            href: `https://github.com/vuejs/core/tree/${__COMMIT__}`,
+            href: `https://github.com/vuejs/core-vapor/tree/${__COMMIT__}`,
             target: `_blank`,
           },
           `@${__COMMIT__}`,