Skip to content

Commit e58779e

Browse files
committed
fix: docs
1 parent c0ac6f5 commit e58779e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/components/pro/web_sandbox/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ When `template` is set to `react`, the following dependencies will be automatica
5252
| `pro.WebSandbox.compile_success(fn, ···)` | Triggered when Sandbox compilation succeeds. |
5353
| `pro.WebSandbox.compile_error(fn, ···)` | Triggered when Sandbox compilation fails. |
5454
| `pro.WebSandbox.render_error(fn, ···)` | Triggered when Sandbox rendering throws an error. |
55-
| `pro.WebSandbox.render_error(fn, ···)` | Triggered when Sandbox rendering throws an error. |
5655
| `pro.WebSandbox.custom(fn, ···)` | Custom events triggered within the Sandbox are invoked via JavaScript when `window.dispatch` is called within the Sandbox. |
5756

5857
### Slots

0 commit comments

Comments
 (0)