在yii2中是否可以在视图中使用bootstrap js(特别是模态)而不使用例如模态小部件或其他东西?
答案 0 :(得分:0)
将yii \ bootstrap \ BootstrapPluginAsset添加到依赖项,以便现在在每个视图中注册。我认为我可能会遇到一个问题,因为在页脚中,但是一切都很好。
public $depends = [
'yii\web\YiiAsset',
'yii\bootstrap\BootstrapPluginAsset',
'\rmrevin\yii\fontawesome\AssetBundle',
];