|
|
@ -26,6 +26,8 @@ const showFooter = computed(() => {
|
|
|
|
|
|
|
|
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
|
<footer v-if="showFooter" class="VPDocFooter">
|
|
|
|
<footer v-if="showFooter" class="VPDocFooter">
|
|
|
|
|
|
|
|
<slot name="doc-footer-before" />
|
|
|
|
|
|
|
|
|
|
|
|
<div v-if="hasEditLink || hasLastUpdated" class="edit-info">
|
|
|
|
<div v-if="hasEditLink || hasLastUpdated" class="edit-info">
|
|
|
|
<div v-if="hasEditLink" class="edit-link">
|
|
|
|
<div v-if="hasEditLink" class="edit-link">
|
|
|
|
<VPLink class="edit-link-button" :href="editLink.url" :no-icon="true">
|
|
|
|
<VPLink class="edit-link-button" :href="editLink.url" :no-icon="true">
|
|
|
|