generated from pascalmartineau/wp-skeleton
minor: add The prefix
This commit is contained in:
@@ -8,16 +8,16 @@ watch(height, (h) => {
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<SiteHeaderTop />
|
<TheSiteHeaderTop />
|
||||||
<SiteHeader />
|
<TheSiteHeader />
|
||||||
<div class="relative z-main bg-white border-b border-muted mb-[var(--footer-bottom-height)]">
|
<div class="relative z-main bg-white border-b border-muted mb-[var(--footer-bottom-height)]">
|
||||||
<UMain>
|
<UMain>
|
||||||
<slot />
|
<slot />
|
||||||
</UMain>
|
</UMain>
|
||||||
<SiteFooter />
|
<TheSiteFooter />
|
||||||
</div>
|
</div>
|
||||||
<div ref="refSiteFooterBottom" class="fixed bottom-0 w-full bg-muted">
|
<div ref="refSiteFooterBottom" class="fixed bottom-0 w-full bg-muted">
|
||||||
<SiteFooterBottom />
|
<TheSiteFooterBottom />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user