mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 17:29:17 +02:00
Merge branch 'responsive-1' into 'develop'
Fix #6: responseive sidebar and content in smaller resolution Closes #6 See merge request funkwhale/funkwhale!42
This commit is contained in:
commit
0509f57da8
13 changed files with 649 additions and 27 deletions
|
@ -12,6 +12,9 @@ import axios from 'axios'
|
|||
import VueLazyload from 'vue-lazyload'
|
||||
import store from './store'
|
||||
import config from './config'
|
||||
import { sync } from 'vuex-router-sync'
|
||||
|
||||
sync(store, router)
|
||||
|
||||
window.$ = window.jQuery = require('jquery')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue