← 返回首页
Vue3基础教程(四十)
发表时间:2021-08-15 19:15:00
其它新API

1.全新的全局API - createApp() - defineProperty() - defineAsyncComponent() - nextTick()

2.将原来的全局API转移到应用对象 - app.component() - app.config() - app.directive() - app.mount() - app.unmount() - app.use()

3.模板语法变化 - v-model的本质变化 - prop:value -> modelValue; - event:input -> update:modelValue; - .sync修改符已移除, 由v-model代替 - v-if优先v-for解析