Skip to content

Commit b1073be

Browse files
committed
update label
1 parent 10d68d0 commit b1073be

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

app/components/example/animate.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ export default {
2727

2828
<style scoped lang="scss">
2929
.animateicon {
30-
color: red;
3130
animation-name: bounceInOpacity;
3231
animation-duration: 1s;
3332
animation-delay: 0.5s;

app/components/example/counter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<StackLayout>
66
<FlexboxLayout flexDirection="row" justifyContent="center">
77
<Button @tap="decrement" text="-" class="btn btn-outline" />
8-
<Label :text="message" alignSelf="baseline" class="h2" />
8+
<Label :text="message" alignSelf="baseline"/>
99
<Button @tap="increment" text="+" class="btn btn-outline" />
1010
</FlexboxLayout>
1111
<Image v-if="surprise" src="~/assets/images/NativeScript-Vue.png" />

app/components/example/display.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
<ActionBarSecond :title="'显示隐藏'"></ActionBarSecond>
44

55
<StackLayout class="hello-world">
6-
<Label class="body" textWrap="true" text="这是一个hello world组件,如果你挑战,请点击这个按钮" />
6+
<Label textWrap="true" text="这是一个hello world组件,如果你挑战,请点击这个按钮" />
77
<Label
8-
class="body"
98
textWrap="true"
109
text="This is a hello world component, tap the button if you dare"
1110
/>

0 commit comments

Comments
 (0)