当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 1

公开的/shouyu
关闭

forked from 码农爱学习/shouyu
关闭
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.vue 690 Bytes
一键复制 编辑 原始数据 按行查看 历史
lyq 提交于 2023-08-11 15:58 . style: use ElLoading
<template>
<Head>
<Link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<Link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<Link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<Link rel="manifest" href="/site.webmanifest" />
<Link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5" />
<Meta name="msapplication-TileColor" content="#da532c" />
<Meta name="theme-color" content="#ffffff" />
</Head>
<NuxtLayout>
<NuxtLoadingIndicator />
<NuxtPage />
</NuxtLayout>
</template>
<script setup>
useHead({
htmlAttrs: {
'data-theme': "corporate"
}
})
</script>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/supbose/shouyu.git
git@gitee.com:supbose/shouyu.git
supbose
shouyu
shouyu
main

搜索帮助