Fix #456: make Funkwhale themable by loading external stylesheets

This commit is contained in:
Eliot Berriot 2018-07-26 19:51:55 +02:00
parent 14e0ac97dc
commit d7f12caf5c
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
8 changed files with 111 additions and 0 deletions

View file

@ -126,6 +126,8 @@ axios.interceptors.response.use(function (response) {
return Promise.reject(error)
})
store.dispatch('instance/fetchFrontSettings')
/* eslint-disable no-new */
new Vue({
el: '#app',