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

fix(template-explorer): correct commit link

三咲智子 Kevin Deng 2 лет назад
Родитель
Сommit
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__}`,