@cmstops/pro-compo 0.3.65 → 0.3.67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -182,7 +182,7 @@ const _sfc_main = defineComponent({
|
|
|
182
182
|
onCellMouseLeave: tableCellMouseLeave
|
|
183
183
|
}, {
|
|
184
184
|
index: withCtx(() => [
|
|
185
|
-
renderSlot(_ctx.$slots, "
|
|
185
|
+
renderSlot(_ctx.$slots, "index", {
|
|
186
186
|
row: element,
|
|
187
187
|
index
|
|
188
188
|
})
|
|
@@ -302,7 +302,7 @@ const _sfc_main = defineComponent({
|
|
|
302
302
|
onCellMouseLeave: tableCellMouseLeave
|
|
303
303
|
}, {
|
|
304
304
|
index: withCtx(() => [
|
|
305
|
-
renderSlot(_ctx.$slots, "
|
|
305
|
+
renderSlot(_ctx.$slots, "index", {
|
|
306
306
|
row: item,
|
|
307
307
|
index
|
|
308
308
|
})
|
|
@@ -187,7 +187,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
187
187
|
onCellMouseLeave: tableCellMouseLeave
|
|
188
188
|
}, {
|
|
189
189
|
index: vue.withCtx(() => [
|
|
190
|
-
vue.renderSlot(_ctx.$slots, "
|
|
190
|
+
vue.renderSlot(_ctx.$slots, "index", {
|
|
191
191
|
row: element,
|
|
192
192
|
index: index$4
|
|
193
193
|
})
|
|
@@ -307,7 +307,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
307
307
|
onCellMouseLeave: tableCellMouseLeave
|
|
308
308
|
}, {
|
|
309
309
|
index: vue.withCtx(() => [
|
|
310
|
-
vue.renderSlot(_ctx.$slots, "
|
|
310
|
+
vue.renderSlot(_ctx.$slots, "index", {
|
|
311
311
|
row: item,
|
|
312
312
|
index: index$4
|
|
313
313
|
})
|