Add beforeRouteEnter guards for moderation pages
This commit is contained in:
parent
003203c45d
commit
f78e3c6460
3 changed files with 378 additions and 347 deletions
|
|
@ -13,7 +13,8 @@ module.exports = {
|
|||
},
|
||||
parserOptions: {
|
||||
ecmaVersion: 2018,
|
||||
sourceType: 'module'
|
||||
sourceType: 'module',
|
||||
parser: 'babel-eslint'
|
||||
},
|
||||
plugins: [
|
||||
'vue'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue