yii2-netdisk/assets/EChartsAsset.php

13 lines
196 B
PHP
Raw Permalink Normal View History

2024-04-09 19:01:14 +08:00
<?php
namespace app\assets;
use yii\web\AssetBundle;
class EChartsAsset extends AssetBundle
{
public $sourcePath = '@npm/echarts/dist';
public $js = [
2024-06-14 16:23:24 +08:00
'echarts.min.js',
2024-04-09 19:01:14 +08:00
];
}