【发布时间】:2019-11-29 11:54:21
【问题描述】:
我正在尝试将一个模式窗口从 Bootstap 添加到玉/哈巴狗模板,但我失败了。
预期结果是:
<div id="fa" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true"></div>
我必须如何格式化我的 pug 模板才能实现这一点?
#fa.????(tabindex='-1', role='dialog', aria-labelledby='exampleModalCenterTitle', aria-hidden='true')
【问题讨论】:
标签: twitter-bootstrap pug