Skip to content

Commit 7c5d400

Browse files
committed
chore: update example.
1 parent ac60c42 commit 7c5d400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/Example.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ const Example = () => {
180180
checked={state.codeSandboxShow}
181181
onChange={handleChange.bind(this, 'codeSandboxShow')}
182182
>
183-
是否显示 CodeSandbox 按钮 `codeSandboxShow={state.codeSandboxShow ? '{...}' : 'undefined'}`
183+
是否显示 CodeSandbox 按钮 `codeSandboxOption={state.codeSandboxShow ? '{...}' : 'undefined'}`
184184
</Switch>
185185
</div>
186186
</Fragment>

0 commit comments

Comments
 (0)