@vunk/form 2.14.1 → 2.14.2
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.
|
@@ -350,6 +350,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
350
350
|
!$setup.readonly && _ctx.splicable && _ctx.labelActions ? {
|
|
351
351
|
name: "labelActions",
|
|
352
352
|
fn: vue.withCtx(() => [
|
|
353
|
+
vue.renderSlot(_ctx.$slots, "labelActions"),
|
|
353
354
|
vue.createVNode($setup["ElButton"], {
|
|
354
355
|
size: "small",
|
|
355
356
|
icon: $setup.Plus,
|
|
@@ -369,8 +370,8 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
369
370
|
/* FULL_PROPS, DYNAMIC_SLOTS */
|
|
370
371
|
)
|
|
371
372
|
]),
|
|
372
|
-
_:
|
|
373
|
-
/*
|
|
373
|
+
_: 3
|
|
374
|
+
/* FORWARDED */
|
|
374
375
|
}, 8, ["data"]),
|
|
375
376
|
vue.renderSlot(_ctx.$slots, "default")
|
|
376
377
|
]),
|
|
@@ -346,6 +346,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
346
346
|
!$setup.readonly && _ctx.splicable && _ctx.labelActions ? {
|
|
347
347
|
name: "labelActions",
|
|
348
348
|
fn: withCtx(() => [
|
|
349
|
+
renderSlot(_ctx.$slots, "labelActions"),
|
|
349
350
|
createVNode($setup["ElButton"], {
|
|
350
351
|
size: "small",
|
|
351
352
|
icon: $setup.Plus,
|
|
@@ -365,8 +366,8 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
365
366
|
/* FULL_PROPS, DYNAMIC_SLOTS */
|
|
366
367
|
)
|
|
367
368
|
]),
|
|
368
|
-
_:
|
|
369
|
-
/*
|
|
369
|
+
_: 3
|
|
370
|
+
/* FORWARDED */
|
|
370
371
|
}, 8, ["data"]),
|
|
371
372
|
renderSlot(_ctx.$slots, "default")
|
|
372
373
|
]),
|