Skip to content

Commit

Permalink
build: Travis CI automatic compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
juzi214032 committed Dec 21, 2020
1 parent e8444aa commit c976bc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/dist/tabs/index.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
wx:key="key"
data-key="{{item.key}}"
data-index="{{index}}"
data-class="{{item.badgeCount}}"
mut-bind:tap="handleChange">
<l-badge data-key="{{item.key}}" data-index="{{index}}" mut-bind:lintap="handleChange" l-self-class="badge-view" l-class="l-badge-class" wx:if="{{(item.badgeCount > 0 || item.dotBadge )}}" value="{{item.badgeCount}}" dot="{{item.dotBadge}}" max-count="{{item.badgeMaxCount}}" number-type="{{item.badgeCountType}}">
<template is="tab-item" data="{{item,activeKey,activeColor,inactiveColor}}" />
Expand Down

0 comments on commit c976bc1

Please sign in to comment.