refactor: tab.ts => tabs.ts

This commit is contained in:
Hakadao
2024-10-14 12:06:38 +08:00
parent 4f99873baa
commit 135082606e
4 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ import { useI18n } from 'vue-i18n'
import { useBewlyApp } from '~/composables/useAppProvider'
import { Type as ThreePointV2Type } from '~/models/video/appForYou'
import { openLinkInBackground } from '~/utils/tab'
import { openLinkInBackground } from '~/utils/tabs'
import type { Video } from '../VideoCard.vue'
import DislikeDialog from './components/DislikeDialog.vue'