-
Notifications
You must be signed in to change notification settings - Fork 264
Class Component issues #1058
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
Comments
+1 |
1 similar comment
+1 |
+1 |
1 similar comment
+1 |
Thanks for the bug report. I am not even sure if this is something we can fix without modifying Vue Class Component. For anyone following/waiting on a fix: happy to accept a PR, but I won't be able to prioritise this issue in the near future. The class component appears not to be actively maintained, and is not generally recommended by Evan: vuejs/core#4744 (comment) If you feel strongly about this, I can help review or give you some pointers. Isolating the issue is probably not hard;
Clone the repo, add a class component example and write code in |
As temporary workaround i use |
Related: #572 |
As vue-class-component has been deprecated for a long time (see https://github.com/vuejs/vue-class-component?tab=readme-ov-file#deprecated-vue-class-component), I think we should close this. |
I use typescript and vue-class-component on vue3. when I want to change the component data I will get an error:
This is the component:
And this is the test script:
The text was updated successfully, but these errors were encountered: