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

Commit

Permalink
fix: 修复 Accordion 默认开启时内容不显示
Browse files Browse the repository at this point in the history
  • Loading branch information
chienslation authored and psaren committed Jul 29, 2020
1 parent 6714ffb commit abc0da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taro-ui-vue/src/components/accordion/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</view>
</view>
<view
:style="{ height: `${wrapperHeight}px` }"
:style="contentStyle"
:class="classNames('at-accordion__content', {
'at-accordion__content--inactive': (!open && isCompleted) || startOpen,
})"
Expand Down

0 comments on commit abc0da7

Please sign in to comment.