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
Thanks for sharing this!
I loaded up the examples in VS Code to see how it works at design-time, and first thing I noticed about the examples is, they're not very type-safe?
For example, model: any in tree.ts provides no type-safety, not even when using Vue's built-in value decorators, such as this.model.$add(...).
model: any
tree.ts
this.model.$add(...)
Have you gotten any further with this pattern, on your own projects, since posting this six months ago?
If so, would you consider maybe updating one of the example with full tape-safety?
Thanks again, this is a great starting point!
The text was updated successfully, but these errors were encountered:
It seems, the vue.d.ts is not up to date. Try using the ones from https://github.com/kaorun343/vue-typescript.
Sorry, something went wrong.
No branches or pull requests
Thanks for sharing this!
I loaded up the examples in VS Code to see how it works at design-time, and first thing I noticed about the examples is, they're not very type-safe?
For example,
model: any
intree.ts
provides no type-safety, not even when using Vue's built-in value decorators, such asthis.model.$add(...)
.Have you gotten any further with this pattern, on your own projects, since posting this six months ago?
If so, would you consider maybe updating one of the example with full tape-safety?
Thanks again, this is a great starting point!
The text was updated successfully, but these errors were encountered: