We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
4.1.0
https://github.com/vuejs/vue-cli/tree/v4.1.0
Irrelevant
import { CreateElement } from 'vue' import { Component, Vue } from 'vue-property-decorator' const data = { title: 'test tsx' } const Functional: any = () => <p>{data.title}</p> @Component export default class ClassComponent extends Vue { // eslint-disable-next-line @typescript-eslint/no-unused-vars private render(h: CreateElement) { return ( <div> <Functional /> </div> ) } }
show the component
compile error
v4.0.5 support this issue
The text was updated successfully, but these errors were encountered:
fix: fix tsx compilation
5db4066
closes vuejs#4892 closes vuejs#4893
fix: fix tsx compilation (#4894)
dd98fa6
closes #4892 closes #4893
Successfully merging a pull request may close this issue.
Version
4.1.0
Reproduction link
https://github.com/vuejs/vue-cli/tree/v4.1.0
Environment info
Steps to reproduce
What is expected?
show the component
What is actually happening?
compile error
v4.0.5 support this issue
The text was updated successfully, but these errors were encountered: