- 移除 AppHeader 组件 - 调整页面主体的样式和布局refactor(components): 优化 XMessage 组件样式 - 调整样式属性顺序 - 优化模板结构 refactor(pages):重构首页布局 - 添加新的 LiveBroadcast 组件 - 实现拍品列表的瀑布流布局 - 优化拍品卡片样式 refactor(config): 更新项目配置 - 移除 pages:extend钩子 - 更新兼容性日期 |
||
---|---|---|
.. | ||
404.vue | ||
default.vue | ||
README.md |
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