- 移除 default.vue 中的 fullLive 条件判断- 优化 LiveRoom 页面布局- 更新 home store 中的 fullLive 默认值为 true -调整首页 changeLive 扩展样式 - 删除 specialMessage 组件 |
||
---|---|---|
.. | ||
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