@lambo-design/pro-layout 1.0.0-beta.91 → 1.0.0-beta.92

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.vue +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lambo-design/pro-layout",
3
- "version": "1.0.0-beta.91",
3
+ "version": "1.0.0-beta.92",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {},
package/src/index.vue CHANGED
@@ -114,6 +114,7 @@ export default {
114
114
  allData: {
115
115
  handler() {
116
116
  this.initEmit();
117
+ this.initApp();
117
118
  },
118
119
  immediate: true,
119
120
  deep: true
@@ -238,7 +239,7 @@ export default {
238
239
  }
239
240
  },
240
241
  mounted(){
241
- this.initApp();
242
+ // this.initApp();
242
243
  this.initTags();
243
244
  },
244
245
  created(){