VueJS via CDN and custom tag highlight
Hi. I'm using VueJS via CDN and can't find how to enable custom tags support. PhpStorm highlights vue components as unknown html tag. I've attached some screenshots:
Index file:

Scripts section:

Component file:

VueJS plugin is enabled:

I've also added vue source to libraries:

And here's my about window:

Any ideas WAIDW?
Please sign in to leave a comment.
Please follow https://youtrack.jetbrains.com/issue/WEB-52495 for updates
As a workaround, try downloading
vue.global.jsfrom https://unpkg.com/browse/vue@3.2.19/dist locally and then include it in your page with<script src="path/to/vue.global.js">Thnaks for your reply. I've tried local library but it still not working. So will be waiting.