szelepke/yii2-vue-smooth-dnd-asset

Vue smooth dnd asset for Yii2 app

v3.1 2019-11-26 15:18 UTC

This package is auto-updated.

Last update: 2024-05-29 04:47:55 UTC


README

Installation

The preferred way to install this extension is through composer.

Run

composer require szelepke/yii2-vue-smooth-dnd-asset "*"

or add


"szelepke/yii2-vue-smooth-dnd-asset": "*"



to the require section of your `composer.json` file.

Usage
-----

```php
<?php
    \szelepke\vuesmoothdnd\SmoothDndAsset::register($this);
    \szelepke\vuesmoothdnd\VueSmoothDndAsset::register($this);
?>