Replies: 2 comments 3 replies
-
@adamberecz any chance you can chime in here we have the same problem that we need to add |
Beta Was this translation helpful? Give feedback.
0 replies
-
Unfortunately Vueform is behind in TS support. It only has a generated definition file which quite simple. Could this be something useful here? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Context
I'm trying to create a custom element used in https://wails.io/ based app, but I assume that's not relevant. The essence of the component is the snippet below.
Expected behaviour
This component (or a slight modification of it) works with no typescript errors
Actual behaviour
The user-facing functionality works well only if I add
//@ts-nocheck
comment to the beginning of the script to skip typescript checks. But if I want typescript enabled, I get the following errors (Essentially all the stuff exposed throughsetup
is not available in the template).Any suggestions how to make this work with typescript? Or a link to an example app where it works with typescript?
Beta Was this translation helpful? Give feedback.
All reactions