Fix lint errors
This commit is contained in:
parent
4eb2b18ad6
commit
c363db1a09
|
@ -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>
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user