Riku
2024-09-28 c18772a3b843e3ca5af5e58d6570860ce1a4aa8f
1
2
3
4
5
6
7
8
9
<template>
  <div>footer</div>
</template>
 
<script>
export default {
  name: 'CoreFooter'
}
</script>