Add this in your view:
use vendormyVendorNamemyPackageNameassetsAppAsset;
AppAsset::register($this);
Add this in your config:
'components' => [
'assetManager' => [
'linkAssets' => true,
],
]
Empty assets folder, and refresh, done
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…