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