🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
[[官方文档]](https://vuejs.org/v2/guide/render-function.html#createElement-Arguments) **Render Function and JSX** 使用渲染函数,Starting with version 3.4.0 of the Babel plugin for Vue, we automatically inject `const h = this.$createElement` in any method and getter. ---- [TOC] ---- ## Replacing Template Features with Plain JavaScript ### `v-if` and `v-for` ### `v-model` ### Event & Key Modifiers ### `Slots`