Skip to content

Commit

Permalink
style: 统一 props 命名风格
Browse files Browse the repository at this point in the history
  • Loading branch information
pany-ang committed May 10, 2023
1 parent 388b596 commit 469cfa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/layout/components/TagsView/ScrollPane.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion src/layout/components/TagsView/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 469cfa7

Please sign in to comment.