mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-10 03:26:38 -05:00
6 lines
161 B
Vue
6 lines
161 B
Vue
|
<template>
|
||
|
<footer class="footer-section-component">
|
||
|
© {{ new Date().getFullYear() }} {{ $store.getters.getAppName }}
|
||
|
</footer>
|
||
|
</template>
|