|
|
@@ -129,7 +129,7 @@ return function render(_ctx, _cache) {
|
|
|
const { renderList: _renderList, Fragment: _Fragment, openBlock: _openBlock, createBlock: _createBlock, renderSlot: _renderSlot } = _Vue
|
|
|
|
|
|
return (_openBlock(true), _createBlock(_Fragment, null, _renderList(items, (item) => {
|
|
|
- return _renderSlot($slots, \\"default\\")
|
|
|
+ return _renderSlot($slots, \\"default\\", {}, undefined, true)
|
|
|
}), 256 /* UNKEYED_FRAGMENT */))
|
|
|
}
|
|
|
}"
|
|
|
@@ -143,7 +143,7 @@ return function render(_ctx, _cache) {
|
|
|
const { renderList: _renderList, Fragment: _Fragment, openBlock: _openBlock, createBlock: _createBlock, renderSlot: _renderSlot } = _Vue
|
|
|
|
|
|
return (_openBlock(true), _createBlock(_Fragment, null, _renderList(items, (item) => {
|
|
|
- return _renderSlot($slots, \\"default\\")
|
|
|
+ return _renderSlot($slots, \\"default\\", {}, undefined, true)
|
|
|
}), 256 /* UNKEYED_FRAGMENT */))
|
|
|
}
|
|
|
}"
|