antd-vue的二次封装问题
#8386
Replies: 1 comment
如果使用 <a-select
:getPopupContainer="() => divRef!"
v-bind="rest"
/>rest里面会生成许多默认值出来 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
例如a-select组件,我想对其进行二次封装,在我疯转的组件b-select中,
我如何将剩余参数rest传递给a-select组件呢
All reactions