This website requires JavaScript.
Explore
Help
Sign In
JLNTV_IPD
/
tmagic-editor
Watch
4
Star
0
Fork
0
You've already forked tmagic-editor
mirror of
https://github.com/Tencent/tmagic-editor.git
synced
2026-07-22 02:03:24 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
tmagic-editor
/
packages
/
editor
History
roymondchen
e5e0da3785
fix(editor): 修正 StyleSetter 字段 prop 取值逻辑
...
将 `prop ? `${prop}.${name}` : name` 简化为 `prop || name`, 避免嵌套路径拼接导致的表单校验 prop 错误。
2026-07-20 20:02:42 +08:00
..
src
fix(editor): 修正 StyleSetter 字段 prop 取值逻辑
2026-07-20 20:02:42 +08:00
tests
/unit
fix(form,editor): 完善表单校验与样式属性匹配
2026-07-20 19:09:55 +08:00
package.json
chore: release v1.8.0-beta.11
2026-06-29 21:26:37 +08:00
README.md
docs: 添加packages readme
2022-04-13 17:17:14 +08:00
README.md
文档