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
is this possible I want to set up a component with a render function and createElement (h)
for some reason, i having an issue
unable to resolve signature of class decorator when called as an expression. This expression is not callable.
package.json
"dependencies": { "core-js": "^3.8.3", "vue": "^3.2.13", "vue-class-component": "^8.0.0-0", "vue-property-decorator": "^9.1.2", "vue-router": "^4.0.3" },
The text was updated successfully, but these errors were encountered:
I'm having the same problem. No clues yet as to how to solve this problem.
Sorry, something went wrong.
i use "vue-class-component": "^8.0.0-rc.1",
"vue-class-component": "^8.0.0-rc.1",
import { Vue, Options } from 'vue-class-component'; @Options({ inheritAttrs: false, }) export default class ComponentName extends Vue { }
but honestly, i think we should use Options API
No branches or pull requests
is this possible I want to set up a component with a render function and createElement (h)
for some reason, i having an issue
package.json
The text was updated successfully, but these errors were encountered: