diff --git a/src/contentScripts/views/Home/components/Following.vue b/src/contentScripts/views/Home/components/Following.vue index eed8f59e..0b13e052 100644 --- a/src/contentScripts/views/Home/components/Following.vue +++ b/src/contentScripts/views/Home/components/Following.vue @@ -49,13 +49,8 @@ const updateBaseline = ref('') const noMoreContent = ref(false) const { handleReachBottom, handlePageRefresh, haveScrollbar } = useBewlyApp() -watch(() => settings.value.followingTabShowLivestreamingVideos, (newValue) => { - if (newValue) { - getLiveVideoList() - } -}, { immediate: true }) - onMounted(() => { + getLiveVideoList() initData() initPageAction() })