shared-ritm 1.2.27 → 1.2.28

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": "shared-ritm",
3
- "version": "1.2.27",
3
+ "version": "1.2.28",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist",
@@ -16,6 +16,7 @@
16
16
  </q-btn>
17
17
  <q-separator color="white" vertical size="1px" />
18
18
  <q-btn
19
+ ref="refMenuSettings"
19
20
  flat
20
21
  padding="sm"
21
22
  :ripple="false"
@@ -23,7 +24,7 @@
23
24
  @click="openSettingsMenu"
24
25
  >
25
26
  <app-icon size="28px" name="setting-icon" />
26
- <q-menu ref="refMenuSettings" max-height="160px" :offset="[-18, 4]" :class="$style['settings-menu']">
27
+ <q-menu max-height="160px" :offset="[-18, 4]" :class="$style['settings-menu']">
27
28
  <q-list v-for="item in settingsMenuItems" :key="item.name" :class="$style['settings-menu__list']">
28
29
  <q-item
29
30
  v-show="item.isShow"