• 新增 Composition API
    • createApp() 代替了 new Vue()
    • v-model 代替了 .sync
    • template 中根元素可以不止一个了
    • 新增了 teleport 传送门
    • 生命周期 destroyed 改成 unmounted
    • ref 属性支持函数了