在vue实例建立的过程当中,总会看到形如以下的函数:html
上式render:h=>h(App)是下面内容的缩写:vue
因此,什么是箭头函数?ide
上式{}内容为{return 参数操做后的结果}函数
参考博客:http://www.jdon.com/idea/js/arrow-function.htmlthis
https://www.jianshu.com/p/73cbeb6782a0idea