Closed Sidewinder1138 closed 7 years ago
Hey I'm working with .vue files which are single-file components for VueJS.
These files have html-style syntax so I was surprised to be having problems with less-than-slash.
The issue is, in the block, when I add elements like , when I go to tyep </ it doesn't complete with but instead the parent tag.
Wondering if anyone else has a similar problem? Thx.
I'm being an idiot, I forgot that doesn't have a closing tag. My bad! Closing this.
Hey I'm working with .vue files which are single-file components for VueJS.
These files have html-style syntax so I was surprised to be having problems with less-than-slash.
The issue is, in the block, when I add elements like , when I go to tyep </ it doesn't complete with but instead the parent tag.
Wondering if anyone else has a similar problem? Thx.