classcard-ui 0.2.756 → 0.2.758

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "classcard-ui",
3
- "version": "0.2.756",
3
+ "version": "0.2.758",
4
4
  "main": "dist/classcard-ui.umd.min.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -62,8 +62,12 @@
62
62
  <div>
63
63
  <dt class="flex text-sm text-gray-500">
64
64
  <span>{{ count.label }}</span>
65
- <span class="ml-1 text-sm text-gray-900">{{ count.number }}</span>
66
- <span class="ml-1" v-if="count.suffix">({{ count.suffix }})</span>
65
+ <span v-if="count.number" class="ml-1 text-sm text-gray-900">{{
66
+ count.number
67
+ }}</span>
68
+ <span v-if="count.suffix" class="ml-1 text-sm text-gray-900"
69
+ >({{ count.suffix }})</span
70
+ >
67
71
  </dt>
68
72
  <div class="mt-1 flex items-baseline justify-start">
69
73
  <p :class="`text-2xl font-semibold ${fontColor}`">