You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
321 B

  1. <?php
  2. namespace antgoods\assets;
  3. use yii\web\AssetBundle;
  4. /**
  5. * Main backend application asset bundle.
  6. */
  7. class GoodsSkuEditAsset extends AssetBundle
  8. {
  9. public $css = [
  10. ];
  11. public $js = [
  12. 'custom/sku_item.6649e882bedbeb22ea3d.js'
  13. ];
  14. public $depends = [
  15. 'yii\web\YiiAsset',
  16. ];
  17. }