I'm running into an issue where when I have multiple variables being output into a class attribute, they all get compressed into a single word rather than kept as separate words as originally authored, as in
<div class="className {{ variable1 }} {{ variable2 }}"><div>
At runtime this is being rendered as:
<div class="className variable1variable2"><div>
Any idea what would cause this and how to avoid it?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…