forked from knadh/listmonk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor app init routines to load config/i18n before main app mount.
Move config/language loading outside the main Vue() instance mount as the app dependencies require i18n before they are mounted. This commit moves config/language loading outside the app routines to plain API calls, which on success, initialize and mount the main view App instance.
- Loading branch information
Showing
1 changed file
with
27 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters