Skip to content

Commit ea321ed

Browse files
author
weilei
committed
fix: 修正思维链组件的标签名称
1 parent 9ca821c commit ea321ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/components/thought-chain.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
```html
2424
<template>
2525
<div>
26-
<el-x-thoughtchain :thinking-items="thinkingItems" />
26+
<el-x-thought-chain :thinking-items="thinkingItems" />
2727
</div>
2828
</template>
2929

@@ -71,7 +71,7 @@
7171
```html
7272
<template>
7373
<div>
74-
<el-x-thoughtchain
74+
<el-x-thought-chain
7575
:thinking-items="thinkingItems"
7676
:line-gradient="true"
7777
dot-size="small"
@@ -119,7 +119,7 @@
119119
```html
120120
<template>
121121
<div>
122-
<el-x-thoughtchain
122+
<el-x-thought-chain
123123
:thinking-items="thinkingItems"
124124
:status-enum="customStatusEnum"
125125
max-width="800px"

0 commit comments

Comments
 (0)