2 changed files with 20 additions and 3 deletions
@ -1,8 +1,25 @@ |
|||
<template> |
|||
<view class="bg"> |
|||
<headerVue /> |
|||
</view> |
|||
</template> |
|||
|
|||
<script> |
|||
import headerVue from "@/components/header.vue" |
|||
export default { |
|||
components: { |
|||
headerVue |
|||
}, |
|||
data() { |
|||
return { |
|||
|
|||
} |
|||
} |
|||
} |
|||
</script> |
|||
|
|||
<style> |
|||
<style lang="scss" scoped> |
|||
.bg { |
|||
padding-bottom: 200rpx; |
|||
} |
|||
</style> |
Loading…
Reference in new issue