Skip to content

can not support spread props #12

@matf5

Description

@matf5

Hi. I am using this tools to test my vue component.
I has a componentA, and it has a child componentB
componetA is written as
export default defineComponent({ setup(props): { return () => (<ComponentB { ...{ props: { ...props, ...otherProps } } > </ComponentB>) } })

But it seems ComponentB do not get the props when render

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions