mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
api refactoring
This commit is contained in:
@@ -116,11 +116,8 @@ export default {
|
||||
config: this.$root.$data.config,
|
||||
})
|
||||
|
||||
// Get installation state
|
||||
let installation = this.$root.$data.config.installation
|
||||
|
||||
// Redirect to setup wizard
|
||||
if (installation === 'installation-needed') {
|
||||
if (this.$root.$data.config.installation === 'installation-needed') {
|
||||
this.isLoaded = true
|
||||
|
||||
if (window.location.pathname.split('/')[1] !== 'setup-wizard') {
|
||||
|
||||
Reference in New Issue
Block a user