mark
2022-09-29 7a2b07ad2b0715c6e2dffb5102cd1d1c05c28d6a
1
2
3
4
5
6
7
8
9
10
11
12
13
<template>
  <div class="Footer"></div>
</template>
 
<script >
export default {};
</script>
 
<style lang="scss" scoped>
.Footer {
  background: #f3f5f8;
}
</style>