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:
parent
388b596af6
commit
469cfa7fb5
@ -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>
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user