gogo-code-plugin-prettier
misplacement for innerHTML text with no surrounding spaces
#236
Labels
bug
Something isn't working
opening tag
>
, innerHTML and closing tag are not placed correctly when innerHTML is not surrouned by space after executinggogocode -s ./test.vue -t gogocode-plugin-prettier -o ./test.vue
Original code:
Code after executing prettier
Note that if the innterHTML is surrouded by spaces, the prettier works fine as expected.
The text was updated successfully, but these errors were encountered: