diff --git a/src/components/ChangeLog.vue b/src/components/ChangeLog.vue index 6dc87ab..74c12f2 100644 --- a/src/components/ChangeLog.vue +++ b/src/components/ChangeLog.vue @@ -35,7 +35,7 @@ const { isFetching, error, data } = useFetch('https://git.thehrz.net/api/v1/repo v-for="commit in data" :key="commit.commit.message" :title="commit.commit.message" :subtitle="`${commit.sha.slice(0, 6)} ${commit.created}`" - :to="commit.html_url" + :href="commit.html_url" /> diff --git a/src/pages/about.vue b/src/pages/about.vue index 846eaac..9eede9f 100644 --- a/src/pages/about.vue +++ b/src/pages/about.vue @@ -55,5 +55,5 @@

更新日志

- +