Home page cors fixes - clientonly removed
parent
edc9695de0
commit
5e87f4f312
|
@ -1,20 +1,18 @@
|
||||||
<template>
|
<template>
|
||||||
<div :class="landingClass">
|
<div :class="landingClass">
|
||||||
<ClientOnly>
|
<div class="landing-intro">
|
||||||
<div class="landing-intro">
|
<AppNews v-if="$appState.newsActive" />
|
||||||
<AppNews v-if="true" />
|
<HeaderSection @theme-toggle="onThemeToggle" />
|
||||||
<HeaderSection @theme-toggle="onThemeToggle" />
|
<HeroSection />
|
||||||
<HeroSection />
|
</div>
|
||||||
</div>
|
<ComponentSection />
|
||||||
<ComponentSection />
|
<ThemeSection :theme="tableTheme" @table-theme-change="onTableThemeChange" />
|
||||||
<ThemeSection :theme="tableTheme" @table-theme-change="onTableThemeChange" />
|
<BlockSection />
|
||||||
<BlockSection />
|
<DesignerSection />
|
||||||
<DesignerSection />
|
<TemplateSection />
|
||||||
<TemplateSection />
|
<UsersSection />
|
||||||
<UsersSection />
|
<FeaturesSection />
|
||||||
<FeaturesSection />
|
<FooterSection />
|
||||||
<FooterSection />
|
|
||||||
</ClientOnly>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue