unplugin / unplugin-icons

🤹 Access thousands of icons as components on-demand universally.
https://www.npmjs.com/package/unplugin-icons
MIT License
3.79k stars 133 forks source link

How to ignore this warning in PHPStorm? `Unknown html tag` #254

Closed anburocky3 closed 1 year ago

anburocky3 commented 1 year ago

image

Emilien-Lambert commented 1 year ago

You can activate the dts option to generate a components.d.ts file, this will allow your ide to solve this warning

Like this: https://github.com/antfu/unplugin-vue-components#typescript