Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -50,7 +50,7 @@ | ... | @@ -50,7 +50,7 @@ |
50 | </v-list-item> | 50 | </v-list-item> |
51 | <!-- File view --> | 51 | <!-- File view --> |
52 | <v-list-item | 52 | <v-list-item |
53 | - v-for="item in this.$store.getters.faveFileL" | 53 | + v-for="item in this.$store.getters.favFileL" |
54 | :key="item.title" | 54 | :key="item.title" |
55 | @click.right="showF(item, $event)" | 55 | @click.right="showF(item, $event)" |
56 | @dblclick=" | 56 | @dblclick=" | ... | ... |
-
Please register or login to post a comment