ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
[[官方文档]](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`