@yoooloo42/joker 1.0.224 → 1.0.225
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 +2 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -23435,7 +23435,8 @@ var script$j = {
|
|
|
23435
23435
|
default: () => ({})
|
|
23436
23436
|
}
|
|
23437
23437
|
},
|
|
23438
|
-
|
|
23438
|
+
emits: ['update:modelValue', 'change'],
|
|
23439
|
+
setup(__props, { emit: __emit }) {
|
|
23439
23440
|
|
|
23440
23441
|
const props = __props;
|
|
23441
23442
|
|