fixed TS6133: 'getAssetURL' is declared but its value is never read.
All checks were successful
CI / build (push) Successful in 3m20s

This commit is contained in:
Jeffrey Hsu 2024-11-05 08:48:57 +08:00
parent ec19a3dde6
commit aab7ab5a67

View File

@ -9,7 +9,7 @@ import SectionCard from "@/components/card/SectionCard.vue";
import {getActivity} from "@/api/git.ts";
import GitCard from "@/components/card/GitCard.vue";
import emitter from "@/utils/mitt.ts";
import {getAssetURL} from "@/utils/function.ts";
// import {getAssetURL} from "@/utils/function.ts";
const recentPosts = ref<IPost[] | null>(null);
const recentActivities = ref<IActivity[] | null>(null);