From 4152c04bdd52ba6a060874d244bc1f2a83bdc2d8 Mon Sep 17 00:00:00 2001 From: Hakadao Date: Sat, 14 Dec 2024 18:03:25 +0800 Subject: [PATCH] chore: make linter happy --- src/contentScripts/views/Home/components/Ranking.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/contentScripts/views/Home/components/Ranking.vue b/src/contentScripts/views/Home/components/Ranking.vue index 34bc2869..593e9900 100644 --- a/src/contentScripts/views/Home/components/Ranking.vue +++ b/src/contentScripts/views/Home/components/Ranking.vue @@ -2,14 +2,14 @@ import { useI18n } from 'vue-i18n' import { useBewlyApp } from '~/composables/useAppProvider' -import { TOP_BAR_VISIBILITY_CHANGE } from '~/constants/globalEvents' +// import { TOP_BAR_VISIBILITY_CHANGE } from '~/constants/globalEvents' import type { GridLayoutType } from '~/logic' import { settings } from '~/logic' import type { List as RankingVideoItem, RankingResult } from '~/models/video/ranking' import type { List as RankingPgcItem, RankingPgcResult } from '~/models/video/rankingPgc' import api from '~/utils/api' -import emitter from '~/utils/mitt' +// import emitter from '~/utils/mitt' import type { RankingType } from '../types' const props = defineProps<{