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