File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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 />
You can’t perform that action at this time.
0 commit comments