@lambo-design/pro-layout 1.0.0-beta.93 → 1.0.0-beta.94

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": "@lambo-design/pro-layout",
3
- "version": "1.0.0-beta.93",
3
+ "version": "1.0.0-beta.94",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {},
@@ -101,6 +101,10 @@ export default {
101
101
  created(){
102
102
  this.initListener();
103
103
  },
104
+ // 数据更新时执行
105
+ activated() {
106
+ this.initListener()
107
+ },
104
108
  beforeDestroy(){
105
109
  this.destroyListener();
106
110
  }