Skip to content

Commit

Permalink
feat(calendar): 支持透传 Popup 属性 (#2410)
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu authored Jul 11, 2023
1 parent ef58045 commit 3125df9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/packages/__VUE/calendar/index.taro.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
position="bottom"
round
closeable
v-bind="$attrs"
@click-overlay="closePopup"
@click-close-icon="closePopup"
:style="{ height: '85vh' }"
Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/calendar/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
:visible="visible"
position="bottom"
round
v-bind="$attrs"
:closeable="true"
@click-overlay="closePopup"
@click-close-icon="closePopup"
:destroy-on-close="true"
:style="{ height: '85vh' }"
>
<nut-calendar-item
Expand Down

0 comments on commit 3125df9

Please sign in to comment.