I am trying to set my element name in pug, but in html it converts it into id
Here's what I'm trying to set
info-window#window
And here is the output in html
<info-window id="window">
And I am expecting this output
<info-window #window">
I have no idea what you want to achive:
h1 But p Feel free to mix HTML markup ... <info-window #window> p ... and pug syntax
2.1m questions
2.1m answers
60 comments
57.0k users