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?

0

Please follow https://youtrack.jetbrains.com/issue/WEB-52495 for updates

As a workaround, try downloading vue.global.js from 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">

0

Thnaks for your reply. I've tried local library but it still not working. So will be waiting.

0

请先登录再写评论。