Skip to content

Commit f5c8fe6

Browse files
committed
Bump deps (includes ESLint 10)
1 parent 6aa4af5 commit f5c8fe6

3 files changed

Lines changed: 654 additions & 765 deletions

File tree

app/pages/open-source/packages/[slug]/docs/[version]/[...path].vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ const title = computed(() => {
6969
7070
const gitHubFileUrl = computed(() => {
7171
const branch = pkgVersion!.gitBranch || pkgVersion!.version
72+
7273
return `https://github.com/${pkg.github.owner}/${pkg.github.repo}/edit/${branch}/docs/${docPath}.md`
7374
})
7475

0 commit comments

Comments
 (0)