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
Describe the bug This is related to this issue, I'm getting typescript error when using auto-imported functions in templates.
To Reproduce Example:
// utils export const isBool = () => true // use it inside template <template> <div> is bool {{ isBool() }} </div> </template>
error: Vue: Property does not exist
Expected behavior to resolve auto imported functions in templates
Versions vue: 3.5.13 vue-apollo: 4.2.0 @apollo/client: 3.11.10
The text was updated successfully, but these errors were encountered:
It already has a pr, see #1576
Sorry, something went wrong.
No branches or pull requests
Describe the bug
This is related to this issue, I'm getting typescript error when using auto-imported functions in templates.
To Reproduce
Example:
error:
Vue: Property does not exist
Expected behavior
to resolve auto imported functions in templates
Versions
vue: 3.5.13
vue-apollo: 4.2.0
@apollo/client: 3.11.10
The text was updated successfully, but these errors were encountered: