gpt4 book ai didi

polymer 1 嵌套 dom-if 在 dom-repeat 中不会在数据更改时更新

转载 作者:行者123 更新时间:2023-12-04 15:20:22 26 4
gpt4 key购买 nike

你是怎么做的dom-if dom-repeat 内的模板数据变化时更新??

示例在这里 http://jsbin.com/xatala/edit?html,output

在示例中,数据在 1.5 秒后更改,但模板内的 dom-if 不会重新评估/呈现。您可以在 console.log 中看到这一点。数据已更改,但 View 未更新。

您将如何进行这项工作,其背后的原因是什么?!

最佳答案

这是有效的示例:http://jsbin.com/nejadibuju/edit?html,console,output

<template is="dom-if" 
if="{{arrayItem(myItems.*, index, 'isGood')}}">
[[item.title]] is SOOO good.
</template>

你缺少的是:

Explicit bindings to array items by index isn’t supported



在Bin中添加了一些解释。
相关链接:

Polymer, binding to array items not working

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

关于 polymer 1 嵌套 dom-if 在 dom-repeat 中不会在数据更改时更新,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34262747/

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