mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 13:59:15 +02:00
Now load instance settings on page load
This commit is contained in:
parent
bb9a614aa7
commit
aa67be9063
4 changed files with 117 additions and 0 deletions
|
@ -31,6 +31,9 @@ import Sidebar from '@/components/Sidebar'
|
|||
export default {
|
||||
name: 'app',
|
||||
components: { Sidebar }
|
||||
created () {
|
||||
this.$store.dispatch('instance/fetchSettings')
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue