##vue指令
v-model v-text v-html v-if v-else v-show v-for {{}} :scr :class :style
computed:{
fullName(){
return this.firstName+this.lastName
}
}
複製程式碼
#####父親傳給兒子
父親把值給兒子
兒子接收父親傳過來的值
###兒子給父親傳值
##vue指令
v-model v-text v-html v-if v-else v-show v-for {{}} :scr :class :style
computed:{
fullName(){
return this.firstName+this.lastName
}
}
複製程式碼
#####父親傳給兒子
父親把值給兒子
兒子接收父親傳過來的值