易用性:API简化;例如 vue2 中的 v-model 和sync修饰符,在 vue3 中对立用 v-model,无需辨别两者不同;例如用于渲染函数外部生成VNode 的h函数,h(type,props,children),其中的 props 不再须要思考辨别属性、特效、事件等,框架替咱们判断