Fix lint errors

This commit is contained in:
Peter Stuifzand 2021-05-29 20:57:40 +02:00
parent 4eb2b18ad6
commit c363db1a09
2 changed files with 3 additions and 3 deletions

View File

@ -361,7 +361,7 @@ export default {
} }
}, },
watch: { watch: {
item(newItem, oldItem) { item() {
this.$nextTick(() => { this.$nextTick(() => {
const el = this.$refs['content-container'] const el = this.$refs['content-container']
if (!el) { if (!el) {
@ -407,4 +407,4 @@ export default {
max-height: fit-content; max-height: fit-content;
} }
</style> </style>

View File

@ -202,7 +202,7 @@ export default new Vuex.Store({
} }
}) })
}, },
configQuery ({commit}, key) { configQuery (_, key) {
let micropub = new Micropub({ let micropub = new Micropub({
token: this.state.access_token, token: this.state.access_token,
micropubEndpoint: this.state.micropubEndpoint micropubEndpoint: this.state.micropubEndpoint