Components in template in vue do not change color

Viewed 20

I am using Dracula theme, so my html tag is violet. However, when I use component tag:

<div> //violet - html tag
  <component :form="form"/> //violet - a component
</div> //violet - html tag

It is same color to html tag. My question is how can I change color of component tag to make it different to html tag

When I use ReactJS, it's different color

0 Answers
Related