mirror of https://github.com/go-gitea/gitea.git
Update web_src/js/components/RepoCodeFrequency.vue
Signed-off-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
parent
c08ae1f59f
commit
e4a966d84a
|
|
@ -49,7 +49,7 @@ defineProps<{
|
|||
|
||||
const isLoading = shallowRef(false);
|
||||
const errorText = shallowRef('');
|
||||
const repoLink = pageData.repoLink || [];
|
||||
const repoLink = pageData.repoLink;
|
||||
const data = shallowRef<DayData[]>([]);
|
||||
|
||||
onMounted(() => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue