From 9108737d55300d8a4f822ba94335d8b53f04854d Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Sun, 7 Apr 2019 20:33:11 +0300 Subject: Webpack 4, ESLint with Vue, Node-sass, updated dependencies overall. New linting. --- src/components/features_panel/features_panel.vue | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) (limited to 'src/components/features_panel/features_panel.vue') diff --git a/src/components/features_panel/features_panel.vue b/src/components/features_panel/features_panel.vue index 7a263e01..3e5939a6 100644 --- a/src/components/features_panel/features_panel.vue +++ b/src/components/features_panel/features_panel.vue @@ -3,17 +3,25 @@
- {{$t('features_panel.title')}} + {{ $t('features_panel.title') }}
    -
  • {{$t('features_panel.chat')}}
  • -
  • {{$t('features_panel.gopher')}}
  • -
  • {{$t('features_panel.who_to_follow')}}
  • -
  • {{$t('features_panel.media_proxy')}}
  • -
  • {{$t('features_panel.scope_options')}}
  • -
  • {{$t('features_panel.text_limit')}} = {{textlimit}}
  • +
  • + {{ $t('features_panel.chat') }} +
  • +
  • + {{ $t('features_panel.gopher') }} +
  • +
  • + {{ $t('features_panel.who_to_follow') }} +
  • +
  • + {{ $t('features_panel.media_proxy') }} +
  • +
  • {{ $t('features_panel.scope_options') }}
  • +
  • {{ $t('features_panel.text_limit') }} = {{ textlimit }}
-- cgit v1.2.3-70-g09d2