simple-frame-unit 1.0.3 → 1.0.4

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/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [1.0.4](https://gitee.com/easy_base/ed-frame-vue/compare/v1.0.3...v1.0.4) (2024-10-10)
6
+
5
7
  ### [1.0.3](https://gitee.com/easy_base/ed-frame-vue/compare/v1.0.2...v1.0.3) (2024-10-10)
6
8
 
7
9
  ### 1.0.2 (2024-10-10)
@@ -12726,7 +12726,7 @@ var useForm = __webpack_require__("4262");
12726
12726
  this.customizeChangeHandler(data.value, control);
12727
12727
  this.visible = false;
12728
12728
  } else {
12729
- this.$message.warn('未选中~');
12729
+ this.$message.warning('未选中~');
12730
12730
  }
12731
12731
  },
12732
12732
  /**