@afeefa/vue-app 0.0.114 → 0.0.115

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
1
- 0.0.114
1
+ 0.0.115
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@afeefa/vue-app",
3
- "version": "0.0.114",
3
+ "version": "0.0.115",
4
4
  "description": "",
5
5
  "author": "Afeefa Kollektiv <kollektiv@afeefa.de>",
6
6
  "license": "MIT",
@@ -4,7 +4,7 @@
4
4
  flex-column
5
5
  >
6
6
  <v-list class="pa-0">
7
- <template v-for="item in config.items">
7
+ <template v-for="item in items">
8
8
  <v-list-group
9
9
  v-if="item.group"
10
10
  :key="item.title"
@@ -36,7 +36,7 @@ import { Component, Vue } from '@a-vue'
36
36
  import SidebarMenuItem from './menu/SidebarMenuItem'
37
37
 
38
38
  @Component({
39
- props: ['config'],
39
+ props: ['items'],
40
40
  components: {
41
41
  SidebarMenuItem
42
42
  }
@@ -50,11 +50,12 @@ export default class SidebarMenu extends Vue {
50
50
  :deep(.v-list-group) {
51
51
  > .v-list-item {
52
52
  padding: 0;
53
+
53
54
  > .v-list-item {
54
- padding: 0;
55
- padding-left: 19px;
56
- flex: 0;
57
- color: #999999 !important;
55
+ padding: 0;
56
+ padding-left: 19px;
57
+ flex: 0;
58
+ color: #999999 !important;
58
59
 
59
60
  .v-list-item__icon {
60
61
  margin-right: 18px !important;