forked from forgejo/forgejo
refactor PageData to pageData
This commit is contained in:
parent
b0c049427b
commit
f1eb3784d0
7 changed files with 9 additions and 9 deletions
|
@ -68,7 +68,7 @@ const sfc = {
|
|||
// * home_link: (...)
|
||||
// * login: (...)
|
||||
// * name: (...)
|
||||
activityTopAuthors: window.config.PageData.repoActivityTopAuthors || [],
|
||||
activityTopAuthors: window.config.pageData.repoActivityTopAuthors || [],
|
||||
}),
|
||||
computed: {
|
||||
graphPoints() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue