UNPKG

comic-plus

Version:

<p align="center"> <img width="200px" src="./logo.png"/> </p>

24 lines (23 loc) 325 B
const waterfallProps = { col: { type: Number, default: 4 }, gutter: { type: Number, default: 10 }, //itemWidth: Number, 移除 colWidth: Number, fadeIn: { type: Boolean, default: true } }; const waterfallEmits = { update: () => true }; export { waterfallEmits, waterfallProps };