From 9855baf3985fbe18a5273eb96947dcbe840e3033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E7=84=95=E8=8D=A3?= <1176989241@qq.com> Date: Sat, 27 Apr 2024 10:37:09 +0800 Subject: [PATCH] =?UTF-8?q?Update=20269.=E7=BB=84=E4=BB=B6=E6=B3=A8?= =?UTF-8?q?=E5=86=8C=E4=B8=8E=E7=94=BB=E5=B8=83=E6=B8=B2=E6=9F=93.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复代码示例错误 --- ...\270\216\347\224\273\345\270\203\346\270\262\346\237\223.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/\345\217\257\350\247\206\345\214\226\346\220\255\345\273\272/269.\347\273\204\344\273\266\346\263\250\345\206\214\344\270\216\347\224\273\345\270\203\346\270\262\346\237\223.md" "b/\345\217\257\350\247\206\345\214\226\346\220\255\345\273\272/269.\347\273\204\344\273\266\346\263\250\345\206\214\344\270\216\347\224\273\345\270\203\346\270\262\346\237\223.md" index 30ba1450..01681784 100644 --- "a/\345\217\257\350\247\206\345\214\226\346\220\255\345\273\272/269.\347\273\204\344\273\266\346\263\250\345\206\214\344\270\216\347\224\273\345\270\203\346\270\262\346\237\223.md" +++ "b/\345\217\257\350\247\206\345\214\226\346\220\255\345\273\272/269.\347\273\204\344\273\266\346\263\250\345\206\214\344\270\216\347\224\273\345\270\203\346\270\262\346\237\223.md" @@ -224,7 +224,7 @@ const divMeta = { componentName: "div", runtimeProps: () => ({ onClick: () => { console.log('click') } - }) + }), element: ({ onClick }) => (