纯nvue项目uniapp模式;
版本号: 2.4.2.20191115-alpha
bug描述:苹果是从左至右排列,安卓是从右往左排
代码和截图如下:
<template>
<waterfall column-count="2" >
<refresh>
<loading></loading>
</refresh>
<cell v-for="(i,k) in 10 ">{{i}}</cell>
</waterfall>
</template>
