classcard-ui 0.2.433 → 0.2.434

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.433",
3
+ "version": "0.2.434",
4
4
  "main": "dist/classcard-ui.common.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -351,6 +351,7 @@ export default {
351
351
  this.toggleDropdown = !this.toggleDropdown;
352
352
  },
353
353
  rowStyleClassFn(row) {
354
+ console.log(row)
354
355
  return row.is_read === 0
355
356
  ? "focus:outline-none bg-gray-100"
356
357
  : "focus:outline-none";