gpt4 book ai didi

javascript - Mithril 不会自动重绘 View

转载 作者:行者123 更新时间:2023-11-30 16:36:28 25 4
gpt4 key购买 nike

当更改 prop 值时,mithril 不会自动重绘 View ,按下按钮时我会更新我的 prop 为:

     something.vm.test(something.vm.test() + 1);

它更新了 prop 值,但没有通过使用 m.redraw() 反射(reflect)在 View 上,它工作正常吗?

最佳答案

编辑 Prop 不会触发重绘,但按钮点击事件应该(并且您应该看到 Prop 的更改)。

是不是使用了onclick属性的 Mithril 按钮?还是非 Mithril 点击事件?如果您不使用 Mithril 事件,则需要 m.redraw()

关于javascript - Mithril 不会自动重绘 View ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32636052/

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