Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

Commit

Permalink
fix: #50
Browse files Browse the repository at this point in the history
  • Loading branch information
psaren committed Sep 13, 2020
1 parent 88f9103 commit dbe8c96
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/taro-ui-vue/src/components/tabs/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
>
<view
v-for="(item, idx) in tabList"
:id="`tab${idx}`"
:key="item.title"
:key="`tab${idx}`"
:class="
classNames({
'at-tabs__item': true,
Expand All @@ -31,8 +30,7 @@
<view v-else :id="this.tabId" class="at-tabs__header">
<view
v-for="(item, idx) in tabList"
:id="`tab${idx}`"
:key="item.title"
:key="`tab${idx}`"
:class="
classNames({
'at-tabs__item': true,
Expand Down

0 comments on commit dbe8c96

Please sign in to comment.