From 0e4019ae1964e2d51cd15231eebc760afdc814be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E6=AD=A3=E6=B5=B7?= Date: Fri, 4 May 2018 14:47:43 +0800 Subject: [PATCH] fixed --- ChartJsAsset.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChartJsAsset.php b/ChartJsAsset.php index da9f1d2..b092e6b 100644 --- a/ChartJsAsset.php +++ b/ChartJsAsset.php @@ -11,10 +11,10 @@ class ChartJsAsset extends AssetBundle { - public $sourcePath = '@bower/chartjs'; + public $sourcePath = '@bower/chart.js'; public function init() { $this->js = YII_DEBUG ? ['dist/Chart.js'] : ['dist/Chart.min.js']; } -} \ No newline at end of file +}