mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 17:39:31 +02:00
Fix #456: make Funkwhale themable by loading external stylesheets
This commit is contained in:
parent
14e0ac97dc
commit
d7f12caf5c
8 changed files with 111 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue