0.1.6 • Published 3 years ago

waterfull_next v0.1.6

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

waterfull example workflow

pictrue

描述

基于vue3.0 的图片瀑布流组件,无需设置图片宽高

安装

通过 npm 或者 yarn 安装

yarn add waterfull_next
//or
npm i waterfull_next

浏览器直接引入

打包生成waterfull.umd.min.js

git clone https://github.com/zjjaxx/waterfull.git
cd waterfull
yarn 
yarn run build
    <script src="https://unpkg.com/vue@next"></script>
    <script src="path/waterfull.umd.min.js"></script>

属性

属性名类型默认值必填格式说明
listarray-必填[{ url:"",//...其它自定义属性}]
columnnumber-必填2列数

插槽

命名插槽命名插槽prop
列表item插槽itemitem

example demo

0.1.6

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago