Improve footer in vue views

This commit is contained in:
Johannes Zellner
2024-12-14 21:06:59 +01:00
parent d95b13664e
commit fae42bbca3
2 changed files with 10 additions and 6 deletions

View File

@@ -42,9 +42,7 @@
</div>
</div>
<footer v-show="footer">
<span v-html="footer"></span>
</footer>
<footer v-show="footer" v-html="footer"></footer>
</template>
<script>
@@ -191,5 +189,9 @@ footer {
text-align: center;
}
footer > .p {
margin: 4px;
}
</style>