@mixd-id/web-scaffold 0.1.2301231339 → 0.1.2301231340

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.2301231339",
4
+ "version": "0.1.2301231340",
5
5
  "scripts": {
6
6
  "dev": "vite serve",
7
7
  "build": "vite build",
@@ -141,13 +141,13 @@ export default{
141
141
  var img = new Image()
142
142
  img.addEventListener('load', () => {
143
143
  this.loaded = true
144
- //this.actualSrc = img.src
145
- //this.loading = false
144
+ this.actualSrc = img.src
145
+ this.loading = false
146
146
  })
147
147
  img.addEventListener('error', () => {
148
148
  this.loaded = true
149
149
  this.actualSrc = this.defaultSrc
150
- //this.loading = false
150
+ this.loading = false
151
151
  })
152
152
  img.src = src[screens[b]]
153
153
  this.loading = true