Skip to content

Commit

Permalink
fill example
Browse files Browse the repository at this point in the history
  • Loading branch information
linjiangjian authored and skyvow committed Nov 15, 2018
1 parent 45ae9bc commit 377db12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions example/dist/icon/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,9 @@ Component({
type: String,
value: '',
},
hidden: {
type: Boolean,
value: false
}
},
})
2 changes: 1 addition & 1 deletion example/dist/icon/index.wxml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<view class="wux-class ion {{ type ? 'ion-' + type : '' }}" style="font-size: {{ size }}px; {{ color ? 'color: ' + color : '' }}"></view>
<view class="wux-class ion {{ type ? 'ion-' + type : '' }}" style="font-size: {{ size }}px; {{ color ? 'color: ' + color : '' }}" hidden="{{hidden}}"></view>

0 comments on commit 377db12

Please sign in to comment.