摘要: 原文链接:https://www.cnblogs.com/samve/p/9960963.html render: h => h(App) 是下面内容的缩写: render: function (createElement) { return createElement(App); } 进一步缩写为 阅读全文
posted @ 2020-10-14 16:11 雪缘a_a 阅读(199) 评论(0) 推荐(0) 编辑