fix(template-explorer): correct commit link
This commit is contained in:
parent
c4a567b93d
commit
a15c4555b3
|
@ -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__}`,
|
||||
|
|
Loading…
Reference in New Issue