首页
This commit is contained in:
14
src/views/home/section-footer.vue
Normal file
14
src/views/home/section-footer.vue
Normal file
@@ -0,0 +1,14 @@
|
||||
<template>
|
||||
<section class="section-footer"></section>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { computed, ref } from 'vue'
|
||||
</script>
|
||||
|
||||
<style lang="less">
|
||||
.section-footer {
|
||||
background-color: #f6f6f6;
|
||||
border-top: 0.1rem solid #232323;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user