@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.esm.js CHANGED
@@ -42337,7 +42337,7 @@ const hdl = {
42337
42337
  popup.visible = true;
42338
42338
  },
42339
42339
  append() {
42340
- popup.formData.push({ value: '' });
42340
+ popup.formData.push('');
42341
42341
  },
42342
42342
  delete(index) {
42343
42343
  popup.formData.splice(index, 1);