V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  Li83Xi7Gai4  ›  全部回复第 2 页 / 共 2 页
回复总数  22
1  2  
2022-12-28 12:39:59 +08:00
回复了 anonymous2351d00 创建的主题 Vue.js Q: vue 的 vnode 如何渲染到 template 里?
components: {
Icon: {
props: {
icon: {
required:true,
type: String,
}
},
render(h) {
return icon.iconRender({ icon: this.icon });
}
}
}
2022-12-28 12:37:45 +08:00
回复了 anonymous2351d00 创建的主题 Vue.js Q: vue 的 vnode 如何渲染到 template 里?
```
components: {
Icon: {

}
}
```
1  2  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2882 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 13ms · UTC 13:37 · PVG 21:37 · LAX 05:37 · JFK 08:37
Developed with CodeLauncher
♥ Do have faith in what you're doing.