From 144de83e87878df7ea66f5e7c548ae70606b62fb Mon Sep 17 00:00:00 2001 From: xiaofeizao <49969182+xiaofeizao1996@users.noreply.github.com> Date: Tue, 7 Jan 2020 11:51:21 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20=E4=BF=AE=E5=A4=8DVitrualDom=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E7=B1=BB=E5=9E=8B=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...16\237\347\220\206\345\222\214\347\211\271\346\200\247.md" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: '橘子' } ] } ]