Ai
5 Star 45 Fork 17

eoctdm/nuxt3-chinese-examples

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.vue 461 Bytes
一键复制 编辑 原始数据 按行查看 历史
pioneer 提交于 2022-11-24 16:17 +08:00 . 增加预览描述
<template>
<NuxtLayout>
<div class="app-box">
<NuxtPage />
</div>
</NuxtLayout>
</template>
<style>
.page-enter-active,.page-leave-active {
transition: all 0.4s;
}
.page-enter-from,.page-leave-to {
opacity: 0;
filter: blur(1rem);
}
.rotate-enter-active,.rotate-leave-active {
transition: all 0.4s;
}
.rotate-enter-from,.rotate-leave-to {
opacity: 0;
transform: rotate3d(1, 1, 1, 15deg);
}
</style>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/eoctdm/nuxt3-chinese-examples.git
git@gitee.com:eoctdm/nuxt3-chinese-examples.git
eoctdm
nuxt3-chinese-examples
nuxt3-chinese-examples
main

搜索帮助