bhd-components 0.2.6 → 0.2.7

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.
@@ -68,7 +68,5 @@ const BhdTableSelect = (props)=>{
68
68
  }))
69
69
  });
70
70
  };
71
- BhdTableSelect.Option = function() {
72
- return Select.Option;
73
- };
71
+ BhdTableSelect.Option = Select.Option;
74
72
  export default BhdTableSelect;
@@ -68,7 +68,5 @@ var BhdTableSelect = function(props) {
68
68
  }))
69
69
  });
70
70
  };
71
- BhdTableSelect.Option = function() {
72
- return Select.Option;
73
- };
71
+ BhdTableSelect.Option = Select.Option;
74
72
  export default BhdTableSelect;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bhd-components",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "组件功能描述",
5
5
  "files": [
6
6
  "esm",