in react, if the third-party components are encapsulated, then {a, b, .props} = this.props; < Button {.props} / >
an and b are custom attributes, and the remaining attributes are passed directly to the third-party components. How to achieve this function in vue?