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