Skip to content

Commit

Permalink
feat: cascader组件支持配置lockScroll、teleport、teleportDisable
Browse files Browse the repository at this point in the history
  • Loading branch information
Azraelj committed Jul 18, 2024
1 parent a415d0b commit 5aad06d
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"

Check warning on line 10 in src/packages/__VUE/cascader/index.vue

View check run for this annotation

Codecov / codecov/patch

src/packages/__VUE/cascader/index.vue#L8-L10

Added lines #L8 - L10 were not covered by tests
:closeable="closeable"
:destroy-on-close="false"
:close-icon-position="closeIconPosition"
Expand Down

0 comments on commit 5aad06d

Please sign in to comment.