🌐 AI搜索 & 代理 主页
Skip to content

Commit c64dd94

Browse files
authored
chore(docs): fix typo in table example
1 parent 10d7a0f commit c64dd94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/table/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,7 @@ footer cells that do not have an explicit scoped slot provided.
10391039

10401040
<!-- A custom formatted header cell for field 'name' -->
10411041
<template v-slot:head(name)="data">
1042-
<span class="text-info">{{ data.label.toUpperCase() }}</b>
1042+
<span class="text-info">{{ data.label.toUpperCase() }}</span>
10431043
</template>
10441044

10451045
<!-- A custom formatted footer cell for field 'name' -->

0 commit comments

Comments
 (0)