Fix lint errors

master
Peter Stuifzand 3 years ago
parent 4eb2b18ad6
commit c363db1a09

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

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

Loading…
Cancel
Save