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