2 Star 5 Fork 3

同尘/灯塔

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.vue 577 Bytes
一键复制 编辑 原始数据 按行查看 历史
GaoNeng 提交于 2022-10-26 17:10 . refactor: 网站重构
<template>
<d-layout>
<d-header style="background: #ff">
<Nav></Nav>
</d-header>
<d-content>
<NuxtLoadingIndicator />
<NuxtPage />
</d-content>
<d-footer>
<Footer></Footer>
</d-footer>
</d-layout>
</template>
<script lang="ts" setup>
import Nav from '~/components/common/nav/nav.vue';
import Footer from '~/components/common/footer/index.vue'
</script>
<style lang="scss">
html{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background-color: #F9FAFB;
overflow: auto;
}
</style>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tongchen-dev/light-tower.git
[email protected]:tongchen-dev/light-tower.git
tongchen-dev
light-tower
灯塔
main

搜索帮助