mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-05-01 21:41:29 +08:00
头像上传功能、性别选择
This commit is contained in:
22
Yi.Vue2.x.Vuetify/src/layouts/default/Footer.vue
Normal file
22
Yi.Vue2.x.Vuetify/src/layouts/default/Footer.vue
Normal file
@@ -0,0 +1,22 @@
|
||||
<template>
|
||||
<v-footer
|
||||
id="default-footer"
|
||||
color="transparent"
|
||||
absolute
|
||||
app
|
||||
inset
|
||||
>
|
||||
<links />
|
||||
</v-footer>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
// Components
|
||||
import Links from '@/components/Links'
|
||||
|
||||
export default {
|
||||
name: 'DefaultFooter',
|
||||
|
||||
components: { Links },
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user