From 968cc77ce4fa4fbeee40890bbe886e890e07739c Mon Sep 17 00:00:00 2001 From: Hakadao Date: Fri, 11 Aug 2023 00:58:02 +0800 Subject: [PATCH] style: adjust style --- src/components/Topbar/TopbarHistoryPop.vue | 1 + src/contentScripts/views/History/History.vue | 2 +- src/contentScripts/views/WatchLater/WatchLater.vue | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Topbar/TopbarHistoryPop.vue b/src/components/Topbar/TopbarHistoryPop.vue index db35f124..106999ff 100644 --- a/src/components/Topbar/TopbarHistoryPop.vue +++ b/src/components/Topbar/TopbarHistoryPop.vue @@ -7,6 +7,7 @@ import type { HistoryItem } from './types' import { HistoryType } from './types' import { removeHttpFromUrl } from '~/utils/main' import { calcCurrentTime } from '~/utils/dataFormatter' + const { t } = useI18n() const historys = reactive>([]) diff --git a/src/contentScripts/views/History/History.vue b/src/contentScripts/views/History/History.vue index 550dd4c1..3531d30a 100644 --- a/src/contentScripts/views/History/History.vue +++ b/src/contentScripts/views/History/History.vue @@ -452,7 +452,7 @@ function jumpToLoginPage() {