Indentation.
This commit is contained in:
parent
ffc23dc686
commit
d030462d12
1 changed files with 4 additions and 2 deletions
|
@ -29,10 +29,12 @@ Vue.use(VueTimeago, {
|
||||||
})
|
})
|
||||||
|
|
||||||
const persistedStateOptions = {
|
const persistedStateOptions = {
|
||||||
paths: ['config.hideAttachments',
|
paths: [
|
||||||
|
'config.hideAttachments',
|
||||||
'config.hideNsfw',
|
'config.hideNsfw',
|
||||||
'statuses.notifications',
|
'statuses.notifications',
|
||||||
'users.users']
|
'users.users'
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
const store = new Vuex.Store({
|
const store = new Vuex.Store({
|
||||||
|
|
Loading…
Reference in a new issue