#5810·dioxus

`style` 更新会恢复其丢弃的声明,因此样式永远无法删除

作者: tdymel创建于 2026年9月4日更新于 2026年9月4日
标签bug

--- a/packages/interpreter/src/ts/set_attribute.ts +++ b/packages/interpreter/src/ts/set_attribute.ts @@ +// The property names the style attribute last declared on a node. +// Anything else in the

内容来源: DioxusLabs/dioxus