zmc
2023-12-18 51b20c8b1322bb8dab7059823ffc4c2fd3272237
1
2
3
4
5
6
7
8
9
<template>
  <div>footer</div>
</template>
 
<script>
export default {
  name: 'CoreFooter'
}
</script>