We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac60c42 commit 7c5d400Copy full SHA for 7c5d400
website/Example.tsx
@@ -180,7 +180,7 @@ const Example = () => {
180
checked={state.codeSandboxShow}
181
onChange={handleChange.bind(this, 'codeSandboxShow')}
182
>
183
- 是否显示 CodeSandbox 按钮 `codeSandboxShow={state.codeSandboxShow ? '{...}' : 'undefined'}`
+ 是否显示 CodeSandbox 按钮 `codeSandboxOption={state.codeSandboxShow ? '{...}' : 'undefined'}`
184
</Switch>
185
</div>
186
</Fragment>
0 commit comments