Skip to content

Commit

Permalink
feat: 去掉customClass重复引用
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzhenfei committed Sep 27, 2020
1 parent e3d9bdc commit 9c2ab50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/pi-popup/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<view
v-if="!closed"
class="pi-fixed-top pi-w-100P pi-h-100P"
:class="[customClass, show ? 'pi-ani-fade-show' : 'pi-ani-fade-hide']"
:class="[show ? 'pi-ani-fade-show' : 'pi-ani-fade-hide']"
:style="[
{ 'zIndex': zIndex, 'background': maskBackground, 'animation-duration': getDuration.css }
]"
Expand Down

0 comments on commit 9c2ab50

Please sign in to comment.