🌐 AI搜索 & 代理 主页
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/table/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1039,7 +1039,7 @@ footer cells that do not have an explicit scoped slot provided.

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

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