Add beforeRouteEnter guards for moderation pages

This commit is contained in:
Ciarán Ainsworth 2021-07-26 18:08:14 +00:00 committed by Georg Krause
commit f78e3c6460
3 changed files with 378 additions and 347 deletions

View file

@ -13,7 +13,8 @@ module.exports = {
},
parserOptions: {
ecmaVersion: 2018,
sourceType: 'module'
sourceType: 'module',
parser: 'babel-eslint'
},
plugins: [
'vue'