bri-components 1.3.43 → 1.3.44

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": "bri-components",
3
- "version": "1.3.43",
3
+ "version": "1.3.44",
4
4
  "author": "dengshanghui",
5
5
  "description": "a component lib for vue project",
6
6
  "main": "src/index.js",
@@ -228,6 +228,11 @@
228
228
  return this.selectedLinealDatas[this.curTabIndex];
229
229
  }
230
230
  },
231
+ watch: {
232
+ data () {
233
+ this.init();
234
+ }
235
+ },
231
236
  created () {
232
237
  this.init();
233
238
  },