この疑似っぽいサーバーサイドコードを検討してください
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>
インデントを台無しにしていますか?ありがとう!