@mythpe/quasar-ui-qui 0.3.64 → 0.3.66
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
|
@@ -159,8 +159,8 @@ const props = withDefaults(defineProps<Props>(), {
|
|
|
159
159
|
fixed: undefined,
|
|
160
160
|
imageColumns: undefined,
|
|
161
161
|
imageMode: 'image',
|
|
162
|
-
imageSize:
|
|
163
|
-
noBackBtn:
|
|
162
|
+
imageSize: undefined,
|
|
163
|
+
noBackBtn: undefined,
|
|
164
164
|
backIcon: undefined,
|
|
165
165
|
urlColumns: undefined,
|
|
166
166
|
colorColumns: undefined,
|
|
@@ -748,7 +748,7 @@ defineExpose({
|
|
|
748
748
|
name="title"
|
|
749
749
|
>
|
|
750
750
|
<MCol col="12">
|
|
751
|
-
<q-card
|
|
751
|
+
<q-card flat>
|
|
752
752
|
<q-card-section>
|
|
753
753
|
<MRow
|
|
754
754
|
class="justify-between"
|