An AutoHeight Waterfall Component For Vue2
npm install vue2-waterfall




``sh`
npm install vue2-waterfall
ES6/commonjs import style is supported.
`js
// ES6
import {Waterfall, WaterfallItem} from 'vue2-waterfall';
// commonjs
const Waterfall = require("vue2-waterfall").Waterfall;
const WaterfallItem = require("vue2-waterfall").WaterfallItem;
`script
or link as a in an html file and access global variable Vue2Waterfall.
`js`
`html``
...
| Option | Description | default | type |
| --------------- | ---------------------------------------------------------------- | ----------- | --------- |
| options | masonry options | {} | Object |
MIT@PLDaily