Merge branch 'feature/replace-panel-switcher' into 'develop'

Mobile side drawer

See merge request pleroma/pleroma-fe!443
This commit is contained in:
Shpuld Shpludson 2018-12-31 17:35:31 +00:00
commit 76cfb15b3c
27 changed files with 488 additions and 88 deletions

View file

@ -8,7 +8,8 @@ const localVue = createLocalVue()
localVue.use(Vuex)
const mutations = {
clearTimeline: () => {}
clearTimeline: () => {},
setError: () => {}
}
const testGetters = {