@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.cjs.js
CHANGED
|
@@ -23439,7 +23439,8 @@ var script$j = {
|
|
|
23439
23439
|
default: () => ({})
|
|
23440
23440
|
}
|
|
23441
23441
|
},
|
|
23442
|
-
|
|
23442
|
+
emits: ['update:modelValue', 'change'],
|
|
23443
|
+
setup(__props, { emit: __emit }) {
|
|
23443
23444
|
|
|
23444
23445
|
const props = __props;
|
|
23445
23446
|
|