Subscribe on changes!

\t (	) doesn't work in SFC component

avatar
Dec 11th 2023

This is intended behavior as described here.

Vue's whitespace condensing happens at compile time and can only be altered via the presence of <pre> tag or compiler options. We cannot predict how the CSS is applied at runtime, so this is a wontfix.