mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-29 22:51:32 +00:00
refactor PageData to pageData
This commit is contained in:
@@ -68,7 +68,7 @@ const sfc = {
|
||||
// * home_link: (...)
|
||||
// * login: (...)
|
||||
// * name: (...)
|
||||
activityTopAuthors: window.config.PageData.repoActivityTopAuthors || [],
|
||||
activityTopAuthors: window.config.pageData.repoActivityTopAuthors || [],
|
||||
}),
|
||||
computed: {
|
||||
graphPoints() {
|
||||
|
Reference in New Issue
Block a user