@yoooloo42/joker 1.0.52 → 1.0.53

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.
package/dist/index.esm.js CHANGED
@@ -40388,20 +40388,25 @@ return (_ctx, _cache) => {
40388
40388
  "destroy-on-close": true
40389
40389
  }, {
40390
40390
  default: withCtx(() => [
40391
- createVNode(script$e, {
40392
- scopeThis: __props.scopeThis,
40393
- myProps: myProps0,
40394
- dataBox: __props.dataBox
40395
- }, null, 8 /* PROPS */, ["scopeThis", "myProps", "dataBox"])
40391
+ myProps0
40392
+ ? (openBlock(), createBlock(script$e, {
40393
+ key: 0,
40394
+ scopeThis: __props.scopeThis,
40395
+ myProps: myProps0,
40396
+ dataBox: __props.dataBox
40397
+ }, null, 8 /* PROPS */, ["scopeThis", "myProps", "dataBox"]))
40398
+ : createCommentVNode("v-if", true)
40396
40399
  ]),
40397
40400
  _: 1 /* STABLE */
40398
40401
  }, 8 /* PROPS */, ["modelValue", "title", "width", "top"]))
40399
- : (openBlock(), createBlock(script$e, {
40400
- key: 1,
40401
- scopeThis: __props.scopeThis,
40402
- myProps: myProps0,
40403
- dataBox: __props.dataBox
40404
- }, null, 8 /* PROPS */, ["scopeThis", "myProps", "dataBox"]))
40402
+ : myProps0
40403
+ ? (openBlock(), createBlock(script$e, {
40404
+ key: 1,
40405
+ scopeThis: __props.scopeThis,
40406
+ myProps: myProps0,
40407
+ dataBox: __props.dataBox
40408
+ }, null, 8 /* PROPS */, ["scopeThis", "myProps", "dataBox"]))
40409
+ : createCommentVNode("v-if", true)
40405
40410
  }
40406
40411
  }
40407
40412