mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-15 03:53:16 +08:00
🩹 补充首页mini参数&组件参数处理
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<!-- 版块组件项 -->
|
||||
<template>
|
||||
<div class="tgni-box" :title="props.label">
|
||||
<div :title="props.label" class="tgni-box">
|
||||
<slot name="icon"></slot>
|
||||
<span ref="TgniLabelRef">{{ props.label }}</span>
|
||||
<span v-show="!props.mini" ref="TgniLabelRef">{{ props.label }}</span>
|
||||
</div>
|
||||
</template>
|
||||
<script lang="ts" setup>
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
</div>
|
||||
</template>
|
||||
</v-select>
|
||||
<TGameNav :gid="curGid" />
|
||||
<TGameNav :gid="curGid" :mini="true" />
|
||||
</div>
|
||||
<div class="home-select">
|
||||
<v-select
|
||||
|
||||
Reference in New Issue
Block a user