underfin / vite-plugin-vue2

Vue2 plugin for Vite
621 stars 84 forks source link

vite-plugin-vue2 & @vitejs/plugin-vue handle html "enter" char in browser has different #73

Closed qwfy5287 closed 3 years ago

qwfy5287 commented 3 years ago

example 1

<span>aa</span>
<span>bb</span>

example 2

<span>aa</span><span>bb</span>

in Browser

@vitejs/plugin-vue all example not margin vite-plugin-vue2 example 1 has margin

reproduction

https://github.com/qwfy5287/vite-vue2-enter
underfin commented 3 years ago

fixed at https://github.com/underfin/vite-plugin-vue2/pull/62