Skip to content

Commit ae1ff2c

Browse files
committed
docs: update docs
1 parent 62b8082 commit ae1ff2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ monorepo
9595
- [x] 组件的切换无法正常切换,初步估计是前面的代码不兼容组件销毁的操作
9696
- [x] h函数children参数传递数字不渲染 (包括使用变量但是变量是一个数字类型) 在进行patchChildren的时候都不成立 patchFlag为1 需要单独处理
9797
- [x] h函数传递两个参数不渲染 h('div','hello word')
98-
- [ ] 渲染普通element元素 props传入style 最终生成的dom是style="object Object"的形式 需要在设置属性的时候进行区分(style、class)
98+
- [x] 渲染普通element元素 props传入style 最终生成的dom是style="object Object"的形式 需要在设置属性的时候进行区分(style、class)

0 commit comments

Comments
 (0)