classcard-ui 0.2.729 → 0.2.731

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.729",
3
+ "version": "0.2.731",
4
4
  "main": "dist/classcard-ui.umd.min.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -159,9 +159,9 @@
159
159
  :style="{ color: event.color }"
160
160
  :class="event.status === 7 ? 'line-through' : ''"
161
161
  >
162
- {{event.attendanceCode}}
162
+ {{event.attendance}}
163
163
  <c-icon
164
- v-if="event.attendanceCode"
164
+ v-if="event.attendance"
165
165
  name="check"
166
166
  type="solid"
167
167
  class="h-4 w-4 shrink-0"