quasar-ui-danx 0.3.50 → 0.3.51

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": "quasar-ui-danx",
3
- "version": "0.3.50",
3
+ "version": "0.3.51",
4
4
  "author": "Dan <dan@flytedesk.com>",
5
5
  "description": "DanX Vue / Quasar component library",
6
6
  "license": "MIT",
@@ -156,7 +156,7 @@ const props = defineProps({
156
156
  canModifyVariations: Boolean,
157
157
  fileClass: {
158
158
  type: String,
159
- default: ""
159
+ default: "w-32 h-32 m-2"
160
160
  }
161
161
  });
162
162