@asd20/ui 3.2.438 → 3.2.439

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.438",
8
+ "version": "3.2.439",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <header class="asd20-app-header">
3
3
  <asd20-button
4
- v-show="!this.zoomed"
4
+ v-show="!zoomed"
5
5
  class="back-button"
6
6
  icon="chevron"
7
7
  :icon-angle="-90"
@@ -36,7 +36,7 @@
36
36
  </asd20-app-header>
37
37
  <nav
38
38
  :class="
39
- this.zoomed
39
+ zoomed
40
40
  ? 'asd20-app-template__toolbar asd20-app-template__toolbar-zoomed'
41
41
  : 'asd20-app-template__toolbar'
42
42
  "