@mythpe/quasar-ui-qui 0.3.41 → 0.3.42

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.3.41",
3
+ "version": "0.3.42",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -248,6 +248,7 @@ defineOptions({
248
248
  <component
249
249
  :is="viewMode ? QField : QSelect"
250
250
  ref="input"
251
+ class="m-select"
251
252
  popup-content-class="m-select__popup-content"
252
253
  v-bind="{
253
254
  behavior: $q.platform.is.ios === !0 ? 'dialog' : behavior,