Yii2 yii2-admin 自动下拉提示功能报错 原因是jquery版本冲突
解决方案
加入jquery-migrate,使得新老版本可以保持兼容不报错
$this->registerJsFile('https://cdn.bootcss.com/jquery-migrate/3.0.1/jquery-migrate.js',['depends' => 'yii\web\JqueryAsset']);
Yii2 yii2-admin 自动下拉提示功能报错 原因是jquery版本冲突
解决方案
加入jquery-migrate,使得新老版本可以保持兼容不报错
$this->registerJsFile('https://cdn.bootcss.com/jquery-migrate/3.0.1/jquery-migrate.js',['depends' => 'yii\web\JqueryAsset']);
转载于:https://www.cnblogs.com/Mr-Hawaii-Felix/p/8654747.html