@mythpe/quasar-ui-qui 0.3.62 → 0.3.63

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.62",
3
+ "version": "0.3.63",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -760,6 +760,7 @@ defineExpose({
760
760
  auto
761
761
  >
762
762
  <q-btn
763
+ class="m-datatable__table-back-btn"
763
764
  :icon="backIcon || `ion-ios-arrow-${$q.lang.rtl ? 'forward' : 'back'}`"
764
765
  flat
765
766
  @click="$router.back()"