@veritree/ui 0.19.2-24 → 0.19.2-25

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": "@veritree/ui",
3
- "version": "0.19.2-24",
3
+ "version": "0.19.2-25",
4
4
  "description": "veritree ui library",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -101,7 +101,7 @@ export default {
101
101
 
102
102
  mounted() {
103
103
  if (this.hasContent) this.content.show();
104
- if (this.hasOverlay) this.overlay.show();
104
+ // if (this.hasOverlay) this.overlay.show();
105
105
  },
106
106
 
107
107
  methods: {