From cae32c5bd4d3960400e1ae831f2261bb1fde8dca Mon Sep 17 00:00:00 2001 From: myearn4 Date: Mon, 24 Apr 2023 23:08:13 +0800 Subject: [PATCH] [DOC] Fix a code bug in the example of slots The value of activeTab should be tab_index rather than tab. --- doc/reference/slots.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference/slots.md b/doc/reference/slots.md index 7c9637ec..12854f09 100644 --- a/doc/reference/slots.md +++ b/doc/reference/slots.md @@ -175,7 +175,7 @@ class Notebook extends Component {
- +