home
Right Side
Right Side
Right Side
Left Side
Left Side
Left Side

Message is : {{ message}}

Message once is {{message}}

Message once is {{message}}

Multiline message is : {{message1}}

分隔线


Picked: {{picked}}

Checked Names: {{ checkedNames }}


Selected: {{ selected }}


isValid : {{isValid}}

error : {{error}}

Count: {{count}}

Count: {{count}}

isShow : {{isShow}}
v-if
v-show


modifier stop
modifier prevent
mouse hover over me

vue 框架学习,尝试用轻前端的方式应用在此页面

Basic document flow

I am a basic block level element. My adjacent block level elements sit on new lines below me.

By default we span 100% of the width of our parent element, and we are as tall as our child content. Our total width and height is our content + padding + border width/height.

We are separated by our margins. Because of margin collapsing, we are separated by the width of one of our margins, not both.