Closed
Description
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
Metadata
Metadata
Assignees
Labels
No labels