Skip to content

Commit ad98285

Browse files
committed
build: Travis CI automatic compilation
1 parent 525e633 commit ad98285

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/message/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/message/index.wxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<view style="margin-right:15rpx">
44
<l-icon name="{{icon?icon:type}}" size="{{iconSize}}" color="{{type==='warning'?'#333':iconColor}}"/>
55
</view>
6-
<image wx:if="{{image}}" src="{{image}}" class="l-message-image l-class-image"/>
6+
<image wx:if="{{image}}" src="{{image}}" class="l-message-image l-class-image l-image-class"/>
77
{{content}}
88
<slot/>
99
</block>

examples/dist/message/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import validator from '../behaviors/validator';
44

55
Component({
66
behaviors: [zIndex, watchShow, validator],
7-
externalClasses: ['l-class', 'l-image-class'],
7+
externalClasses: ['l-class', 'l-image-class','l-class-image'],
88
properties: {
99
show: Boolean,
1010
icon: String,

examples/dist/message/index.wxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<view style="margin-right:15rpx">
44
<l-icon name="{{icon?icon:type}}" size="{{iconSize}}" color="{{type==='warning'?'#333':iconColor}}" />
55
</view>
6-
<image wx:if="{{image}}" src="{{image}}" class="l-message-image l-class-image"/>
6+
<image wx:if="{{image}}" src="{{image}}" class="l-message-image l-class-image l-image-class"/>
77
{{content}}
88
<slot />
99
</block>

0 commit comments

Comments
 (0)