Skip to content

Commit

Permalink
fix: 修复日志插件不展示的报错
Browse files Browse the repository at this point in the history
  • Loading branch information
simply-none committed Apr 2, 2024
1 parent 5cc13ef commit b8ba125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/a.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function filterCommit() {
Object.keys(Changelog.commits).forEach(key => {
})
currentFileCommit.value = Changelog.commits[path.value]
currentFileCommit.value = Changelog.commits[path.value] || []
}
onMounted(() => {
Expand Down

0 comments on commit b8ba125

Please sign in to comment.