Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BasicForm.vue下的return { ...props, ...unref(propsRef) } as FormProps TS报错实例化过深 #2603

Closed
sandwichLili opened this issue Mar 6, 2023 · 0 comments · Fixed by #3128
Labels
bug Something isn't working

Comments

@sandwichLili
Copy link

const getProps = computed((): FormProps => {
return { ...props, ...unref(propsRef) } as FormProps
})

增加其他的断言类型也没办法修改,目前没有阻碍代码运行,只是ts一直报错

@likui628 likui628 added the bug Something isn't working label Oct 10, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Aug 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants