We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8188ac2 commit 1b832b2Copy full SHA for 1b832b2
src/grid/index.wxml
@@ -1,6 +1,6 @@
1
-<view class="l-grid l-class" mut-bind:tap="tapGrid">
+<view class="l-grid l-class" bind:tap="tapGrid">
2
<view
3
- mut-bind:tap="tapGridItem"
+ bind:tap="tapGridItem"
4
data-grid-index="{{item.index}}"
5
class="l-grid-item l-class-grid l-grid-class {{index%rowNum !== rowNum-1 &&(showBorder||showColBorder) ? 'side-grid':''}} {{(index<gridItems.length-(gridItems.length%rowNum||rowNum)) &&(showBorder||showRowBorder)? 'center-grid':''}}" wx:for="{{gridItems}}" wx:key="key"
6
style="min-width:{{100/rowNum}}%;"
0 commit comments