@mythpe/quasar-ui-qui 0.4.9 → 0.4.10

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.4.9",
3
+ "version": "0.4.10",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -155,7 +155,7 @@ defineOptions({
155
155
  v-on="listeners"
156
156
  >
157
157
  <template #default>
158
- <slot name="default">
158
+ <slot v-bind="scopes">
159
159
  <MRow
160
160
  v-if="!!getLabel || !help"
161
161
  class="items-center"
@@ -177,7 +177,6 @@ defineOptions({
177
177
  </template>
178
178
  </q-checkbox>
179
179
  </q-field>
180
- <slot v-bind="scopes" />
181
180
  </MCol>
182
181
  <slot
183
182
  name="after"