feat: defer everything until the api config is loaded #926

Merged
konrad merged 27 commits from feature/ready-state into main 2021-11-13 19:49:03 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f16a52e41a - Show all commits

View File

@ -47,7 +47,7 @@
<script>
import {parseURL} from 'ufo'
import {checkAndSetApiUrl} from '../../helpers/checkAndSetApiUrl'
import {checkAndSetApiUrl} from '@/helpers/checkAndSetApiUrl'
konrad marked this conversation as resolved Outdated

use @

use `@`

Done.

Done.
export default {
name: 'apiConfig',