You've already forked isop-mirror
feat: add basic Footer component
This commit is contained in:
@@ -1,9 +1,11 @@
|
|||||||
<script setup lang="ts"></script>
|
<script setup lang="ts"></script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<v-footer>
|
||||||
Component: Footer
|
<div style="display: flex; flex-direction: column;">
|
||||||
</div>
|
<div>(c) Fakulta prírodných vied a informatiky, UKF v Nitre</div>
|
||||||
|
</div>
|
||||||
|
</v-footer>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped></style>
|
<style scoped></style>
|
||||||
|
|||||||
Reference in New Issue
Block a user