sync语法糖: :msg.sync="msg" ---> :msg="msg" @update:msg="msg=$event" v-model语法糖: v-model="msg" ----> :value="msg" @input="msg=$event"