@mythpe/quasar-ui-qui 0.1.32 → 0.1.33

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": "@mythpe/quasar-ui-qui",
3
- "version": "0.1.32",
3
+ "version": "0.1.33",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -68,7 +68,7 @@ const props = withDefaults(defineProps<P>(), {
68
68
  excel: !1,
69
69
  size: '100px',
70
70
  avatarText: undefined,
71
- fit: undefined,
71
+ fit: 'contain',
72
72
  clearable: undefined,
73
73
  label: undefined,
74
74
  rounded: undefined,
@@ -260,6 +260,7 @@ defineOptions({
260
260
  <q-img
261
261
  v-if="hasSrc && !isFile"
262
262
  :fit="fit"
263
+ :size="size"
263
264
  :src="blobUrl || url"
264
265
  ratio="1"
265
266
  @error="isLoaded = !0"