Skip to content

Commit

Permalink
feat(cascader): 支持透传 lockScroll、teleport、teleportDisable 属性 (#3150)
Browse files Browse the repository at this point in the history
  • Loading branch information
Azraelj authored Jul 18, 2024
1 parent a415d0b commit 05c3bef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/packages/__VUE/cascader/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
position="bottom"
pop-class="nut-cascader__popup"
round
:lock-scroll="lockScroll"
:teleport="teleport"
:teleport-disable="teleportDisable"
:closeable="closeable"
:destroy-on-close="false"
:close-icon-position="closeIconPosition"
Expand Down

0 comments on commit 05c3bef

Please sign in to comment.