Vue 3 assets with @ not resolving in IDE Follow
Hi. I'm facing following problem: IDE do not autocomplete paths with @ symbol in the <template> section.
I'm using Vue 3 with yarn and components work fine in th <script> section:
But not in the <template> section:
What setting should I enable or anything else?
Please sign in to leave a comment.
the issue is tracked at https://youtrack.jetbrains.com/issue/WEB-56946/completion-for-aliased-paths-doesnt-work-when-entering-URLs-in-HTMLVue-templates, please follow it for updates
Oh. Okay, thanks!