@fy-/fws-vue 2.3.72 → 2.3.73

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.
@@ -389,8 +389,8 @@ function handleKeyNavigation(e: KeyboardEvent, index: number) {
389
389
  <div class="flex items-center justify-between mt-2">
390
390
  <!-- Tag counter -->
391
391
  <div class="tag-counter">
392
- <span v-if="maxLenghtPerTag > 0">
393
- {{ model.length }}/{{ maxLenghtPerTag }} tag{{ model.length !== 1 ? 's' : '' }}
392
+ <span v-if="maxTags > 0">
393
+ {{ model.length }}/{{ maxTags }} tag{{ model.length !== 1 ? 's' : '' }}
394
394
  </span>
395
395
  <span v-else>
396
396
  {{ model.length }} tag{{ model.length !== 1 ? 's' : '' }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fy-/fws-vue",
3
- "version": "2.3.72",
3
+ "version": "2.3.73",
4
4
  "author": "Florian 'Fy' Gasquez <m@fy.to>",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/fy-to/FWJS#readme",