Skip to content

Commit e3e41e4

Browse files
Update docs
1 parent 089be75 commit e3e41e4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/documentation/sections/SlotsSection.vue

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ const topLeftRightSlotCode = `{
185185
186186
const slotsSupported = [
187187
{
188-
desc: 'The <code class="inline-code">[`column.${string}`]</code> slot is available for each column',
189-
name: '[`column.${string}`]',
188+
desc: 'The <code class="inline-code">[`header.${string}`]</code> slot is available for each column',
189+
name: '[`header.${string}`]',
190190
},
191191
{
192192
desc: 'The <code class="inline-code">[`item.${string}`]</code> slot is available for each item',
@@ -197,12 +197,12 @@ const slotsSupported = [
197197
name: 'body',
198198
},
199199
{
200-
desc: 'The <code class="inline-code">column.data-table-expand</code> slot is available',
201-
name: 'column.data-table-expand',
200+
desc: 'The <code class="inline-code">header.data-table-expand</code> slot is available',
201+
name: 'header.data-table-expand',
202202
},
203203
{
204-
desc: 'The <code class="inline-code">column.data-table-select</code> slot is available',
205-
name: 'column.data-table-select',
204+
desc: 'The <code class="inline-code">header.data-table-select</code> slot is available',
205+
name: 'header.data-table-select',
206206
},
207207
{
208208
desc: 'The <code class="inline-code">footer.prepend</code> slot is available',

0 commit comments

Comments
 (0)