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