diff --git "a/docs/article/React\346\267\261\345\205\245\347\263\273\345\210\227/\346\267\261\345\205\245\345\210\206\346\236\220\350\231\232\346\213\237DOM\347\232\204\346\270\262\346\237\223\345\216\237\347\220\206\345\222\214\347\211\271\346\200\247.md" "b/docs/article/React\346\267\261\345\205\245\347\263\273\345\210\227/\346\267\261\345\205\245\345\210\206\346\236\220\350\231\232\346\213\237DOM\347\232\204\346\270\262\346\237\223\345\216\237\347\220\206\345\222\214\347\211\271\346\200\247.md" index 71ce9fa91..7c1b504ef 100644 --- "a/docs/article/React\346\267\261\345\205\245\347\263\273\345\210\227/\346\267\261\345\205\245\345\210\206\346\236\220\350\231\232\346\213\237DOM\347\232\204\346\270\262\346\237\223\345\216\237\347\220\206\345\222\214\347\211\271\346\200\247.md" +++ "b/docs/article/React\346\267\261\345\205\245\347\263\273\345\210\227/\346\267\261\345\205\245\345\210\206\346\236\220\350\231\232\346\213\237DOM\347\232\204\346\270\262\346\237\223\345\216\237\347\220\206\345\222\214\347\211\271\346\200\247.md" @@ -69,8 +69,8 @@ const VitrualDom = { { type: 'ul', children: [ - { type: 'ul', children: '苹果' }, - { type: 'ul', children: '橘子' } + { type: 'li', children: '苹果' }, + { type: 'li', children: '橘子' } ] } ]