fixed TS6133: 'getAssetURL' is declared but its value is never read.
All checks were successful
CI / build (push) Successful in 3m20s
All checks were successful
CI / build (push) Successful in 3m20s
This commit is contained in:
parent
ec19a3dde6
commit
aab7ab5a67
@ -9,7 +9,7 @@ import SectionCard from "@/components/card/SectionCard.vue";
|
|||||||
import {getActivity} from "@/api/git.ts";
|
import {getActivity} from "@/api/git.ts";
|
||||||
import GitCard from "@/components/card/GitCard.vue";
|
import GitCard from "@/components/card/GitCard.vue";
|
||||||
import emitter from "@/utils/mitt.ts";
|
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 recentPosts = ref<IPost[] | null>(null);
|
||||||
const recentActivities = ref<IActivity[] | null>(null);
|
const recentActivities = ref<IActivity[] | null>(null);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user