vue-devui 1.5.3 → 1.5.4-alpha.0

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.
@@ -8092,6 +8092,7 @@ function useSelect(props, selectRef, ctx, focus, blur, isSelectFocus, t) {
8092
8092
  handleClose();
8093
8093
  blur();
8094
8094
  }
8095
+ filterQuery.value = "";
8095
8096
  };
8096
8097
  const tagDelete = (data) => {
8097
8098
  let { modelValue } = props;