eoss-mobiles 0.2.53 → 0.2.54

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.53",
3
+ "version": "0.2.54",
4
4
  "description": "eoss内部移动端业务组件",
5
5
  "main": "lib/eoss-mobile.common.js",
6
6
  "files": [
@@ -132,15 +132,6 @@ export default {
132
132
  default:true
133
133
  }
134
134
  },
135
- watch:{
136
- value:{
137
- handler(val,oldval){
138
- console.log(val,oldval,'input')
139
- },
140
- deep:true,
141
- immediate:true
142
- }
143
- },
144
135
  data() {
145
136
  return {
146
137
  newPlaceholder: '',
package/src/index.js CHANGED
@@ -105,7 +105,7 @@ if (typeof window !== 'undefined' && window.Vue) {
105
105
  }
106
106
 
107
107
  export default {
108
- version: '0.2.53',
108
+ version: '0.2.54',
109
109
  install,
110
110
  Button,
111
111
  ButtonGroup,