@fy-/fws-vue 2.0.80 → 2.0.81

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.
@@ -54,13 +54,7 @@ onUnmounted(() => {
54
54
  <p
55
55
  class="mb-3 !text-left prose prose-invert prose-sm !min-w-full"
56
56
  v-html="
57
- desc
58
- ? '<h2>' + title
59
- ? title
60
- : '' + '</h2>' + desc
61
- : '<h2>' + title
62
- ? title
63
- : '' + '</h2>'
57
+ desc ? '<h2>' + title + '</h2>' + desc : '<h2>' + title + '</h2>'
64
58
  "
65
59
  ></p>
66
60
  <div class="flex justify-between gap-3 mt-4">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fy-/fws-vue",
3
- "version": "2.0.80",
3
+ "version": "2.0.81",
4
4
  "author": "Florian 'Fy' Gasquez <m@fy.to>",
5
5
  "license": "MIT",
6
6
  "repository": {