chore: 部分寫法修正

This commit is contained in:
Hakadao
2023-01-29 03:20:45 +08:00
parent 17b5db88ec
commit b44df2dddc
12 changed files with 76 additions and 84 deletions

View File

@@ -1,6 +1,5 @@
<script setup lang="ts">
import { useI18n } from 'vue-i18n'
import PopularAnimeCarousel from './components/PopularAnimeCarousel.vue'
// import PopularAnimeCarousel from './components/PopularAnimeCarousel.vue'
import type { AnimeItem } from './types'
import { getUserID, removeHttpFromUrl } from '~/utils'