From 72d7036dcd332eb27c4fcb18d9d02ff040c8a756 Mon Sep 17 00:00:00 2001 From: jp-liu <79979500+jp-liu@users.noreply.github.com> Date: Tue, 28 Jun 2022 23:21:31 +0800 Subject: [PATCH] fix(grid): correct spelling (#3200) --- src/grid/src/Grid.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/grid/src/Grid.tsx b/src/grid/src/Grid.tsx index e374e5ef4..ed0ade5e3 100644 --- a/src/grid/src/Grid.tsx +++ b/src/grid/src/Grid.tsx @@ -185,7 +185,7 @@ export default defineComponent({ if (clonedNode.props) { clonedNode.props.privateShow = false } else { - clonedNode.props = { pirvateShow: false } + clonedNode.props = { privateShow: false } } childrenAndRawSpan.push({ child: clonedNode,