@fy-/fws-vue 2.0.59 → 2.0.61

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,8 @@ 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"
370
+ :show-likes="true"
369
371
  />
370
372
  </div>
371
373
  </template>
@@ -387,6 +389,8 @@ onUnmounted(() => {
387
389
  :alt="getThumbnailUrl(images[i - 1]).alt"
388
390
  class="h-auto max-w-full rounded-lg cursor-pointer"
389
391
  @click="$eventBus.emit(`${id}GalleryImage`, i - 1)"
392
+ :likes="modelValueSrc.likes"
393
+ :show-likes="true"
390
394
  />
391
395
  </div>
392
396
  </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.61",
4
4
  "author": "Florian 'Fy' Gasquez <m@fy.to>",
5
5
  "license": "MIT",
6
6
  "repository": {