Skip to content

Commit 2ef86b0

Browse files
committed
Move InitialLoadingPlaceholder
1 parent 18adc2a commit 2ef86b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
>
1616
<div :id="AppTopID" />
1717
<a href="#main" id="skip-nav" v-if="!isTargetIDE">{{ $t('accessibility.skip-navigation') }}</a>
18-
<InitialLoadingPlaceholder />
1918
<slot name="header" :isTargetIDE="isTargetIDE">
2019
<SuggestLang v-if="enablei18n" />
2120
<!-- Render the custom header by default, if there is no content in the `header` slot -->
2221
<custom-header v-if="hasCustomHeader" :data-color-scheme="preferredColorScheme" />
2322
</slot>
2423
<!-- The nav sticky anchor has to always be between the Header and the Content -->
2524
<div :id="baseNavStickyAnchorId" />
25+
<InitialLoadingPlaceholder />
2626
<slot :isTargetIDE="isTargetIDE">
2727
<router-view class="router-content" />
2828
<custom-footer v-if="hasCustomFooter" :data-color-scheme="preferredColorScheme" />

0 commit comments

Comments
 (0)