@mixd-id/web-scaffold 0.1.240411083 → 0.1.240411084

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.240411083",
4
+ "version": "0.1.240411084",
5
5
  "scripts": {
6
6
  "dev": "vite serve",
7
7
  "build": "vite build",
@@ -244,7 +244,7 @@
244
244
 
245
245
  <div class="p-6">
246
246
 
247
- <small class="text-text-400">Splash</small>
247
+ <small class="text-text-400" @click="log(item.props)">Splash</small>
248
248
 
249
249
  <div class="mt-1 flex flex-col items-center gap-2">
250
250
  <Image ref="splashImg"
@@ -377,7 +377,7 @@ export default{
377
377
  reader.readAsText(file);
378
378
  }
379
379
  else{
380
- this.item.props.splash = base64
380
+ this.item.props.splash = `<img src="${base64}" height="24px" />`
381
381
  }
382
382
  },
383
383