@mixd-id/web-scaffold 0.1.240411079 → 0.1.240411080

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@mixd-id/web-scaffold",
3
3
  "private": false,
4
- "version": "0.1.240411079",
4
+ "version": "0.1.240411080",
5
5
  "scripts": {
6
6
  "dev": "vite serve",
7
7
  "build": "vite build",
@@ -932,6 +932,8 @@ export default{
932
932
  }
933
933
 
934
934
  this.readyState = 1
935
+
936
+ this.$emit('load')
935
937
  })
936
938
  .catch((err) => {
937
939
  this.toast(err)
@@ -1706,7 +1708,7 @@ export default{
1706
1708
  }
1707
1709
  },
1708
1710
 
1709
- emits: [ 'close', 'unmount' ],
1711
+ emits: [ 'close', 'load', 'unmount' ],
1710
1712
 
1711
1713
  inject: [ 'alert', 'appStyle', 'confirm', 'socket', 'toast' ],
1712
1714