classcard-ui 0.2.803 → 0.2.804

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.803",
3
+ "version": "0.2.804",
4
4
  "main": "dist/classcard-ui.umd.min.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -242,8 +242,8 @@
242
242
  animation="fade"
243
243
  :width="1220"
244
244
  :rounded="true"
245
- :radius="6"
246
- class="skeleton mt-2"
245
+ :radius="50"
246
+ :class="`skeleton ${index === 0 ? '' : 'mt-2'}`"
247
247
  :height="50"
248
248
  ></vue-skeleton-loader>
249
249
  </div>