fix: 修复ranking页面大批量warning问题

This commit is contained in:
hao.dai
2024-04-16 11:24:07 +08:00
parent c5d4fc62e6
commit f710f1bfc0
10 changed files with 87 additions and 96 deletions

View File

@@ -1,12 +1,6 @@
<script lang="ts" setup>
import SlideViewTitle from '@/components/slide/SlideViewTitle.vue'
// 输入参数
const props = defineProps({
linkurl: String,
title: String,
})
// 元素
const slideview_content = ref()
// 分页切换状态
@@ -95,7 +89,7 @@ onActivated(() => {
<template>
<div class="flex justify-between mt-3">
<slot name="title">
<SlideViewTitle v-bind="props" />
<SlideViewTitle />
</slot>
<div v-if="disabled !== 3" class="me-1 d-none d-md-flex">
<VBtn