eoss-mobiles 0.2.9 → 0.2.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eoss-mobiles",
3
- "version": "0.2.9",
3
+ "version": "0.2.10",
4
4
  "description": "eoss内部移动端业务组件",
5
5
  "main": "lib/eoss-mobile.common.js",
6
6
  "files": [
@@ -22,7 +22,6 @@
22
22
  ? 'enterprise,employee'
23
23
  : 'enterprise'
24
24
  "
25
- required
26
25
  :param="params"
27
26
  :baseUrl="apiBaseUrl"
28
27
  :paddingTop="paddingTop"
@@ -60,7 +59,6 @@
60
59
  ? 'enterprise,department'
61
60
  : 'enterprise'
62
61
  "
63
- required
64
62
  :baseUrl="apiBaseUrl"
65
63
  :paddingTop="paddingTop"
66
64
  :param="otherParams"
package/src/index.js CHANGED
@@ -97,7 +97,7 @@ if (typeof window !== 'undefined' && window.Vue) {
97
97
  }
98
98
 
99
99
  export default {
100
- version: '0.2.9',
100
+ version: '0.2.10',
101
101
  install,
102
102
  Button,
103
103
  ButtonGroup,