【发布时间】:2013-01-19 14:40:25
【问题描述】:
考虑一下这个伪服务器端代码
if(isFixed) {
<div class="fixed">
} else {
<div>
}
<p>Inner element</p>
</div>
我尝试在翡翠中做到这一点,但是......
- if(mode === 'fixed') {
div#tabbar
- }
p ...I cannot get this to be an inner element :(
它总是这样渲染,</div> 关闭:
<div id="tabbar"></div><p>I want this inside of the div</p>
我弄乱了缩进吗? 谢谢!
【问题讨论】:
标签: pug