不理解render: h => h(App)的写法

来源:2-2 hello world

qq_漫漫_0

2019-06-17

import App from './App’
new Vue({
el: ‘#root’,
render: h => h(App)
})


import App from './App’
new Vue({
el: ‘#root’,
template: ‘’,
components: {
App
}
})

这两种写法是什么区别呀,查了文档看不懂,有的博客说两个是一样的作用,不明白render这个是干啥的

写回答

1回答

Dell

2019-06-19

jsx 底层会被翻译成render函数

1
1
qq_漫漫_0
非常感谢!
2019-06-21
共1条回复

Vue2.5-2.6-3.0开发去哪儿网App 零基础入门到实战

课程紧跟Vue3版本迭代,企业主流版本Vue2+Vue3全掌握

10675 学习 · 8191 问题

查看课程