liveh5-nuxt/app/pages/profile/index.vue
xingyy 0b9cf3c48e feat(layout): 添加顶部导航栏并更新页面样式
- 在 default.vue 中添加 van-nav-bar 组件作为顶部导航栏
- 更新 home、profile 和 prose 页面的样式
- 移除 prose 页面的原有内容
- 添加 vueuse 依赖
2025-01-10 16:32:55 +08:00

13 lines
180 B
Vue

<script setup>
</script>
<template>
<div class="h-full w-[100vw] bg-[url('@/static/images/5532@2x.png')] bg-cover px-[31px]">
123
</div>
</template>
<style scoped>
</style>