@fy-/fws-vue 2.0.59 → 2.0.60

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.
@@ -366,6 +366,7 @@ onUnmounted(() => {
366
366
  :alt="getThumbnailUrl(images[i + j - 2]).alt"
367
367
  class="h-auto max-w-full rounded-lg cursor-pointer"
368
368
  @click="$eventBus.emit(`${id}GalleryImage`, i + j - 2)"
369
+ :likes="modelValueSrc.likes"
369
370
  />
370
371
  </div>
371
372
  </template>
@@ -387,6 +388,7 @@ onUnmounted(() => {
387
388
  :alt="getThumbnailUrl(images[i - 1]).alt"
388
389
  class="h-auto max-w-full rounded-lg cursor-pointer"
389
390
  @click="$eventBus.emit(`${id}GalleryImage`, i - 1)"
391
+ :likes="modelValueSrc.likes"
390
392
  />
391
393
  </div>
392
394
  </template>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fy-/fws-vue",
3
- "version": "2.0.59",
3
+ "version": "2.0.60",
4
4
  "author": "Florian 'Fy' Gasquez <m@fy.to>",
5
5
  "license": "MIT",
6
6
  "repository": {