liveh5-nuxt/app/layouts
xingyy 525cec428f feat(layout): 重构首页布局并添加新功能
- 重写首页模板,使用新的拍卖列表组件
- 添加下拉刷新和加载更多功能
- 新增拍卖说明页面
- 使用自定义图标替换默认图标
- 优化消息提示组件
2025-01-09 19:01:35 +08:00
..
404.vue 项目初始化 2025-01-08 13:26:12 +08:00
default.vue feat(layout): 重构首页布局并添加新功能 2025-01-09 19:01:35 +08:00
README.md 项目初始化 2025-01-08 13:26:12 +08:00

Layouts

Vue components in this dir are used as layouts.

By default, default.vue will be used unless an alternative is specified in the route meta.

<script setup lang="ts">
definePageMeta({
  layout: 'home',
})
</script>

Learn more on https://nuxt.com/docs/guide/directory-structure/layouts