Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在玉中做到这一点?我尝试过几种不同的方法,但没有运气。我也找不到类似的东西。
我试过
.animated.{{class}}
但它编译为
<div class="animated">.{{class}}
而不是(想要的)
<div class="animated {{class}}">
这应该为你做:
.animated(class='{{class}}')