This commit is contained in:
ovo 2024-12-06 00:39:35 +08:00
parent 0e322f198a
commit 46419e68bc
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@
<script setup lang="ts">
import { ref, computed } from 'vue'
import { Search, Star, VideoPlay, Calendar, Fire, Collection, Timer, VideoCamera, Trophy } from '@element-plus/icons-vue'
import { Search, Star, VideoPlay, Calendar, Histogram as Fire, Collection, Timer, VideoCamera, Trophy } from '@element-plus/icons-vue'
import VideoCard from '@/components/video/VideoCard.vue'
import VideoGrid from '@/components/video/VideoGrid.vue'
import { useRouter } from 'vue-router'