@yoooloo42/joker 1.0.114 → 1.0.115
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 +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -42341,7 +42341,7 @@ const hdl = {
|
|
|
42341
42341
|
popup.visible = true;
|
|
42342
42342
|
},
|
|
42343
42343
|
append() {
|
|
42344
|
-
popup.formData.push(
|
|
42344
|
+
popup.formData.push('');
|
|
42345
42345
|
},
|
|
42346
42346
|
delete(index) {
|
|
42347
42347
|
popup.formData.splice(index, 1);
|