Skip to content

Commit

Permalink
Attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Petry committed Jan 28, 2020
1 parent 38a7642 commit 6584cbf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
4 changes: 0 additions & 4 deletions apps/files/src/components/Collaborators/AutocompleteItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

<script>
import Mixins from '../../mixins/collaborators'
import Avatar from './Avatar.vue'
export default {
name: 'AutocompleteItem',
Expand All @@ -27,9 +26,6 @@ export default {
mounted () {
this.$_ocCollaborators_loadAvatar(this.item)
},
components: {
Avatar
},
data () {
return {
loading: false,
Expand Down
4 changes: 0 additions & 4 deletions apps/files/src/components/Collaborators/Collaborator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,13 @@
<script>
import { mapGetters } from 'vuex'
import Mixins from '../../mixins/collaborators'
import Avatar from './Avatar.vue'
export default {
name: 'Collaborator',
props: ['collaborator'],
mixins: [
Mixins
],
components: {
Avatar
},
computed: {
...mapGetters(['user']),
Expand Down
1 change: 1 addition & 0 deletions src/components/Avatar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import { mapGetters } from 'vuex'
export default {
name: 'Avatar',
data () {
return {
/**
Expand Down

0 comments on commit 6584cbf

Please sign in to comment.