Adding unique content flags to main tags

pull/2523/head
Deliang Yang 3 years ago committed by GitHub
parent 51661def8f
commit c0b6899097
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -41,7 +41,7 @@ const pageName = computed(() =>
<div class="content-container">
<slot name="doc-before" />
<VPDocOutlineDropdown />
<main class="main">
<main class="main" id="main-content">
<Content class="vp-doc" :class="pageName" />
</main>
<VPDocFooter>

Loading…
Cancel
Save