@live-change/vue3-components 0.9.105 → 0.9.106

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.
@@ -683,6 +683,10 @@
683
683
  created() {
684
684
  this.initForm()
685
685
  this.state = 'ready'
686
+
687
+ if(typeof window !== 'undefined') {
688
+ window.form = this
689
+ }
686
690
  },
687
691
  unmounted() {
688
692
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/vue3-components",
3
- "version": "0.9.105",
3
+ "version": "0.9.106",
4
4
  "description": "Live Change Framework - vue components",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -21,11 +21,11 @@
21
21
  },
22
22
  "homepage": "https://github.com/live-change/live-change-stack",
23
23
  "dependencies": {
24
- "@live-change/vue3-ssr": "^0.9.105",
24
+ "@live-change/vue3-ssr": "^0.9.106",
25
25
  "debug": "^4.3.4",
26
26
  "mitt": "3.0.1",
27
27
  "vue": "^3.5.12",
28
28
  "vue3-scroll-border": "0.1.7"
29
29
  },
30
- "gitHead": "e96d52126ea0b5af39ecf6d4ea5120c0ec58346d"
30
+ "gitHead": "1afc853b9044a57046dae972df68d89c8c1cd1a6"
31
31
  }