fast-element-plus 1.0.0-alpha.15 → 1.0.0-alpha.16

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.
@@ -18521,6 +18521,7 @@
18521
18521
  state.loading = false;
18522
18522
  }
18523
18523
  } else {
18524
+ state.echo = false;
18524
18525
  state.selectorData = handleData(props.data);
18525
18526
  }
18526
18527
  };
@@ -19478,6 +19479,7 @@
19478
19479
  state.loading = false;
19479
19480
  }
19480
19481
  } else {
19482
+ state.echo = false;
19481
19483
  state.selectorData = props.data;
19482
19484
  }
19483
19485
  };
@@ -26001,6 +26003,7 @@
26001
26003
  state.loading = false;
26002
26004
  }
26003
26005
  } else {
26006
+ state.echo = false;
26004
26007
  state.selectorData = handleData(props.data);
26005
26008
  }
26006
26009
  };