chore: update repo references

This commit is contained in:
Evan You
2022-01-18 16:43:59 +08:00
parent 9c304bfe79
commit ae4b0783d7
35 changed files with 1464 additions and 1555 deletions

View File

@@ -57,7 +57,7 @@ onMounted(async () => {
async function fetchVersions(): Promise<string[]> {
const res = await fetch(
`https://api.github.com/repos/vuejs/vue-next/releases?per_page=100`
`https://api.github.com/repos/vuejs/core/releases?per_page=100`
)
const releases: any[] = await res.json()
const versions = releases.map(r =>
@@ -131,7 +131,7 @@ async function fetchVersions(): Promise<string[]> {
class="github"
>
<a
href="https://github.com/vuejs/vue-next/tree/master/packages/sfc-playground"
href="https://github.com/vuejs/core/tree/main/packages/sfc-playground"
target="_blank"
>
<GitHub />