xj / yii2-animo-widget
yii2-animo-widget
1.0.3
2015-03-06 08:05 UTC
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-09-10 19:37:10 UTC
README
https://github.com/ThrivingKings/animo.js
composer.json
"require": { "xj/yii2-animo-widget": "*" },
在视图中
use xj\animo\AnimoAsset; AnimoAsset::register($this);
在资产依赖中
public $depends = [ 'xj\animo\AnimoAsset', ];