uni-oaview 1.1.5 → 1.1.6

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.
@@ -35,4 +35,7 @@ regionData.forEach((data: any) => {
35
35
  }
36
36
  });
37
37
 
38
+ /** 针对regionData中不存在的区域添加其它区域选项 */
39
+ regionData.push({ label: '其他', value: '其他' });
40
+
38
41
  export default regionData;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "uni-oaview",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "description": "uniapp小程序组件库",
5
5
  "main": "dist/index.esm.js",
6
6
  "typings": "dist/index.d.ts",