From c340c96fe8e6c85e9f7e39fb42c71f573aafd750 Mon Sep 17 00:00:00 2001 From: wzc520pyfm <69044080+wzc520pyfm@users.noreply.github.com> Date: Thu, 25 Jan 2024 14:27:18 +0800 Subject: [PATCH] docs(components): [tour] fix slots name error of tour step (#15656) closed #15655 --- docs/en-US/component/tour.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en-US/component/tour.md b/docs/en-US/component/tour.md index 34459f9856..5bd8e1901c 100644 --- a/docs/en-US/component/tour.md +++ b/docs/en-US/component/tour.md @@ -126,10 +126,10 @@ tour-step component configuration with the same name has higher priority ### TourStep slots -| Name | Description | -| ------- | ----------- | -| default | description | -| title | title | +| Name | Description | +| -------- | ----------- | +| default | description | +| header | header | ### TourStep events