important
components
props
props : ['xxx']
<script>
this.xxxx
html
{{xxxx}}
v-on : 自定義事件名
$emit()
this.$emit('child-tell-me-something',this.msg);
其餘事件方法 html