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

Commit 1291a05

Browse files
authored
Update table-tbody-row-events.spec.js
1 parent 1cc80f5 commit 1291a05

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/components/table/table-tbody-row-events.spec.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -333,12 +333,12 @@ describe('table > tbody row events', () => {
333333
},
334334
slots: {
335335
// In Vue 2.6x, slots get translated into scopedSlots
336-
'[a]': '<button id="a">button</button>',
337-
'[b]': '<input id="b">',
338-
'[c]': '<a href="#" id="c">link</a>',
339-
'[d]': '<div class="dropdown-menu"><div id="d" class="dropdown-item">dropdown</div></div>',
340-
'[e]': '<label for="e">label</label><input id="e">',
341-
'[f]': '<label class="f-label"><input id="e"></label>'
336+
'cell[a]': '<button id="a">button</button>',
337+
'cell[b]': '<input id="b">',
338+
'cell[c]': '<a href="#" id="c">link</a>',
339+
'cell[d]': '<div class="dropdown-menu"><div id="d" class="dropdown-item">dropdown</div></div>',
340+
'cell[e]': '<label for="e">label</label><input id="e">',
341+
'cell[f]': '<label class="f-label"><input id="e"></label>'
342342
},
343343
listeners: {
344344
// Row-clicked will only occur if there is a registered listener

0 commit comments

Comments
 (0)