fix(template-explorer): correct commit link

This commit is contained in:
三咲智子 Kevin Deng 2024-02-06 20:28:37 +08:00
parent c4a567b93d
commit a15c4555b3
No known key found for this signature in database
GPG Key ID: 69992F2250DFD93E
1 changed files with 1 additions and 1 deletions

View File

@ -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__}`,