mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
fix linting
This commit is contained in:
parent
a1b6576162
commit
e33091b814
@ -1,11 +1,12 @@
|
|||||||
<template>
|
<template>
|
||||||
<filter-menu-section
|
<filter-menu-section
|
||||||
:title="$t('filter-menu.following-title')"
|
:title="$t('filter-menu.following-title')"
|
||||||
:divider="false"
|
:divider="false"
|
||||||
class="following-filter">
|
class="following-filter"
|
||||||
|
>
|
||||||
<template #filter-follower>
|
<template #filter-follower>
|
||||||
<li class="item follower-item">
|
<li class="item follower-item">
|
||||||
<base-button
|
<base-button
|
||||||
icon="user-plus"
|
icon="user-plus"
|
||||||
:label="$t('filter-menu.following')"
|
:label="$t('filter-menu.following')"
|
||||||
:filled="filteredByUsersFollowed"
|
:filled="filteredByUsersFollowed"
|
||||||
@ -33,13 +34,11 @@
|
|||||||
<script>
|
<script>
|
||||||
import { mapGetters, mapMutations } from 'vuex'
|
import { mapGetters, mapMutations } from 'vuex'
|
||||||
import FilterMenuSection from '~/components/FilterMenu/FilterMenuSection'
|
import FilterMenuSection from '~/components/FilterMenu/FilterMenuSection'
|
||||||
import LabeledButton from '~/components/_new/generic/LabeledButton/LabeledButton'
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'FollowingFilter',
|
name: 'FollowingFilter',
|
||||||
components: {
|
components: {
|
||||||
FilterMenuSection,
|
FilterMenuSection,
|
||||||
LabeledButton,
|
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
...mapGetters({
|
...mapGetters({
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
class="following-filter"
|
class="following-filter"
|
||||||
>
|
>
|
||||||
<template #filter-follower>
|
<template #filter-follower>
|
||||||
<li class="item all-item">
|
<li class="item all-item">
|
||||||
<base-button
|
<base-button
|
||||||
icon="check"
|
icon="check"
|
||||||
:label="$t('filter-menu.all')"
|
:label="$t('filter-menu.all')"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user