vuejs / language-tools

⚡ High-performance Vue language tooling based-on Volar.js
https://marketplace.visualstudio.com/items?itemName=Vue.volar
MIT License
5.55k stars 373 forks source link

Self closing slot tag get red in child component #4411

Open audelqua opened 1 month ago

audelqua commented 1 month ago

here is my parent component: `

im inside parent here we go

and here is my child component:

` here in child component the slash got red unexpectedly.

RayGuo-ergou commented 1 month ago

see https://github.com/vuejs/language-tools/issues/1317

btw self close tag does not 100% equal to normal tag like <div /> !== <div></div> not 100% sure about slot tho