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')"> <el-icon class="arrow right" @click="scrollTo('right')">
<ArrowRight /> <ArrowRight />
</el-icon> </el-icon>
<Screenfull v-if="showScreenfull" element=".app-main" openTips="内容区全屏" class="screenfull" /> <Screenfull v-if="showScreenfull" element=".app-main" open-tips="内容区全屏" class="screenfull" />
</div> </div>
</template> </template>

View File

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