mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-02-11 13:10:26 +08:00
fix(grid): correct spelling (#3200)
This commit is contained in:
parent
3ed7118ca0
commit
72d7036dcd
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user