@live-change/vue3-components 0.9.101 → 0.9.103

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,8 +683,6 @@
683
683
  created() {
684
684
  this.initForm()
685
685
  this.state = 'ready'
686
-
687
- globalThis.form = this
688
686
  },
689
687
  unmounted() {
690
688
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/vue3-components",
3
- "version": "0.9.101",
3
+ "version": "0.9.103",
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.101",
24
+ "@live-change/vue3-ssr": "^0.9.103",
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": "1830fca93aa50c4f9b72c0d06737edd6bfb540e0"
30
+ "gitHead": "665bfa896fe92865a97556c86953f6d515ffc9ab"
31
31
  }