@afeefa/vue-app 0.0.280 → 0.0.281

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.
@@ -1 +1 @@
1
- 0.0.280
1
+ 0.0.281
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@afeefa/vue-app",
3
- "version": "0.0.280",
3
+ "version": "0.0.281",
4
4
  "description": "",
5
5
  "author": "Afeefa Kollektiv <kollektiv@afeefa.de>",
6
6
  "license": "MIT",
@@ -9,7 +9,7 @@
9
9
  <div class="main-layout">
10
10
  <navigation-bar
11
11
  :has="$has"
12
- class="showDevSkin"
12
+ :class="{showDevSkin}"
13
13
  />
14
14
 
15
15
  <div
@@ -30,7 +30,7 @@
30
30
  <sticky-footer-container />
31
31
  </div>
32
32
 
33
- <information-bar class="showDevSkin" />
33
+ <information-bar :class="{showDevSkin}" />
34
34
  </div>
35
35
 
36
36
  <a-dialog id="app" />
@@ -196,7 +196,7 @@ export default class App extends Vue {
196
196
  background: #EEEEEE !important;
197
197
 
198
198
  ::v-deep(.v-text-field) {
199
- background: red;
199
+ background: white;
200
200
  }
201
201
  }
202
202