Skip to content

Commit

Permalink
fix(popup): 修复popup在Taro转H5下的渲染问题
Browse files Browse the repository at this point in the history
  • Loading branch information
szg2008 committed Apr 15, 2022
1 parent 056d888 commit 1823958
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/packages/__VUE/popup/index.taro.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/>
<Transition :name="transitionName" @after-enter="onOpened" @after-leave="onClosed">
<view v-show="visible" :class="classes" :style="popStyle" @click="onClick">
<slot v-if="showSlot"></slot>
<div v-show="showSlot"><slot></slot></div>
<view
v-if="closed"
@click="onClickCloseIcon"
Expand Down
2 changes: 1 addition & 1 deletion src/sites/mobile-taro/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"author": "",
"dependencies": {
"@babel/runtime": "^7.7.7",
"@nutui/nutui-taro": "^3.0.2",
"@nutui/nutui-taro": "^3.1.18",
"@tarojs/components": "^3.4.0",
"@tarojs/mini-runner": "^3.4.0",
"@tarojs/runtime": "^3.4.0",
Expand Down

0 comments on commit 1823958

Please sign in to comment.