ustbhuangyi / vue-sell

:rice: Vue.js高仿饿了么外卖App课程源码 http://coding.imooc.com/class/74.html
3.46k stars 1.36k forks source link

求答疑 #8

Closed littleluckly closed 7 years ago

littleluckly commented 7 years ago

在main.js文件中又这么一段代码 new Vue({ el: '#app', router, render: h => h(App) }); 其中render: h => h(App)表示什么意思?

ustbhuangyi commented 7 years ago

参考 https://vuefe.cn/v2/guide/render-function.html