mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
5 lines
178 B
Vue
5 lines
178 B
Vue
<template>
|
|
<footer class="footer-section-component">
|
|
© {{ new Date().getFullYear() }} <span v-html="$store.getters.getAppName"></span>
|
|
</footer>
|
|
</template>
|