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
请问 vue3+setup+ts 能否使用?如何使用?
The text was updated successfully, but these errors were encountered:
试试写到Component装饰器的选项里面。
@Component({ setup() { // } })
Sorry, something went wrong.
不如直接试试这个:https://github.com/fmfe/vue-class-setup
我本来就是四不像过渡用的。
我这边也是有很多过渡,后面新的组件都是使用class setup
No branches or pull requests
请问 vue3+setup+ts 能否使用?如何使用?
The text was updated successfully, but these errors were encountered: