1
0
mirror of https://gitcode.com/gitea/gitea.git synced 2025-06-06 20:39:13 +08:00

Fix Activity Page Contributors dropdown ()

Fix 
This commit is contained in:
wxiaoguang
2024-06-06 10:28:33 +08:00
committed by GitHub
parent 06ebae7472
commit e728fd741b
4 changed files with 12 additions and 17 deletions
routers/web/repo
templates/repo
web_src/js

@ -7,6 +7,7 @@ export async function initRepoContributors() {
const {default: RepoContributors} = await import(/* webpackChunkName: "contributors-graph" */'../components/RepoContributors.vue');
try {
const View = createApp(RepoContributors, {
repoLink: el.getAttribute('data-repo-link'),
locale: {
filterLabel: el.getAttribute('data-locale-filter-label'),
contributionType: {