Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-20 19:09:21 +08:00

style: 统一 props 命名风格

This commit is contained in:
pany 2023-05-10 18:15:18 +08:00
parent 388b596af6
commit 469cfa7fb5
2 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ const showScreenfull = computed(() => {
<el-icon class="arrow right" @click="scrollTo('right')">
<ArrowRight />
</el-icon>
<Screenfull v-if="showScreenfull" element=".app-main" openTips="内容区全屏" class="screenfull" />
<Screenfull v-if="showScreenfull" element=".app-main" open-tips="内容区全屏" class="screenfull" />
</div>
</template>

View File

@ -163,7 +163,7 @@ onMounted(() => {
<template>
<div class="tags-view-container">
<ScrollPane class="tags-view-wrapper" :tagRefs="tagRefs">
<ScrollPane class="tags-view-wrapper" :tag-refs="tagRefs">
<router-link
ref="tagRefs"
v-for="tag in tagsViewStore.visitedViews"