vue2-client 1.2.52 → 1.2.53

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
@@ -3,7 +3,8 @@
3
3
 
4
4
  **1.2.50 - 1.2.51 -2022-05-11 @何文强**
5
5
  - 功能修改:
6
- - 整理地图组件
6
+ - 新增地址搜索框表单项
7
+ - 新增省市区选择框表单项
7
8
 
8
9
  **1.2.50 - 1.2.51 -2022-05-11 @何文强**
9
10
  - 功能修改:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-client",
3
- "version": "1.2.52",
3
+ "version": "1.2.53",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -0,0 +1,3 @@
1
+ import AddressSearchCombobox from './AddressSearchCombobox'
2
+
3
+ export default AddressSearchCombobox