Skip to content

Commit

Permalink
fix(popup): fix popup default slot
Browse files Browse the repository at this point in the history
resolve #219
  • Loading branch information
Perisiguiendo committed Mar 7, 2022
1 parent f392349 commit 1907d0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/popup/popup.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<t-icon name="close" wx:if="{{closeBtn}}" bind:tap="onCloseClick" size="64rpx" />
<slot name="closeBtn" class="{{classPrefix}}-slot" />
</view>
<slot name="content" />
<slot />
</view>
</t-transition>

0 comments on commit 1907d0d

Please sign in to comment.