Auto import not working inside template
I have an issue where certain auto imports like vue utilities (like toValue for example) aren't available in between the template tag but only in the script tag. Also some of my own functions which I have inside the utils folder aren't auto imported if I use it in between the template tags.
Is this to be expected? I thought it worked fine before Vue Language Server V2
0 Replies