摘要: 渲染函数 最基础的渲染函数用法 new Vue({ el: '#app', render(h){ return h('div', 'hello world!'); } }); new Vue({ el: '#app', render(h){ return h({template: '<div>hel 阅读全文
posted @ 2021-08-29 11:34 艾恩 阅读(155) 评论(0) 推荐(0)