html2pug
html2pug copied to clipboard
Convert html to pug online
Wrong conversion when class has underscore Example: ``` ``` converted to ``` div(class="block__element") ``` Expected conversion to: ``` .block__element ```
`````` converts to: ```q-dialog(v-model="'PromptName'")``` which is not liked: ```VueCompilerError: v-model value must be a valid JavaScript member expression.``` To my mind it's valid javascript and node doesn't mind but it...
When convert empty value attribute the converted pug text will miss quote  should be  Thanks