Fix eslint

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2019-12-17 22:43:44 +01:00
parent a7bc10277e
commit 76fbe7a0ea
25 changed files with 221 additions and 167 deletions

View File

@@ -38,12 +38,11 @@
</div>
</template>
<script>
import { Avatar } from '@nextcloud/vue/dist/Components/Avatar'
import AvatarList from './AvatarList'
export default {
name: 'CardBadges',
components: { Avatar, AvatarList },
components: { AvatarList },
props: {
id: {
type: Number,