mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
chore: 部分寫法修正
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
@@ -123,7 +123,7 @@ function changeActivatePage(pageName: AppPage) {
|
||||
|
||||
.topbar-enter-from,
|
||||
.topbar-leave-to {
|
||||
@apply opacity-0 transform -translate-y-full;
|
||||
--at-apply: opacity-0 transform -translate-y-full;
|
||||
}
|
||||
|
||||
.fade-enter-active,
|
||||
@@ -133,7 +133,7 @@ function changeActivatePage(pageName: AppPage) {
|
||||
|
||||
.fade-enter-from,
|
||||
.fade-leave-to {
|
||||
@apply opacity-0;
|
||||
--at-apply: opacity-0;
|
||||
}
|
||||
|
||||
.tab-item {
|
||||
|
||||
Reference in New Issue
Block a user