gpt4 book ai didi

javascript - RiotJs 如何计算属性

转载 作者:行者123 更新时间:2023-12-02 15:11:14 25 4
gpt4 key购买 nike

父级在传递属性之前进行一些计算

<parent>
<child src={compute(opts.src)}></child>
</parent>

这不起作用。

http://plnkr.co/edit/MguuodHHRlVytnikQKZ7?p=preview

如何实现这一目标?

它是 Web Component 中非常基本的固定装置。

最佳答案

由于使用 src="" 时不允许非法服务器请求,RiotJS 将 opts 对象中的 src 属性转换为名为 riotSrc 的属性> 在标签上。

<child>
<div>This is the original property: {opts.origin}</div>
<div>This is the computed property: {opts.riotSrc}</div>
</child>

关于javascript - RiotJs 如何计算属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34780542/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com