fix: move condition location

pull/683/head
Kia Ishii 3 years ago
parent c5208b0d92
commit 55ba7e713b

@ -23,8 +23,8 @@ const control = usePrevNext()
</VPLink>
</div>
<div class="last-updated">
<VPDocFooterLastUpdated v-if="page.lastUpdated" />
<div v-if="page.lastUpdated" class="last-updated">
<VPDocFooterLastUpdated />
</div>
</div>

Loading…
Cancel
Save