mirror of
https://github.com/setube/ogame-vue-ts.git
synced 2026-05-12 07:55:11 +08:00
fix(App): 修复路由切换时的页面过渡动画
- 为 Transition 组件中的 div 元素正确绑定 key 属性 - 移除 main.css 中冗余的 tailwindcss 和 tw-animate-css 导入 - 确保页面切换时动画效果正常显示
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
@import "tailwindcss";
|
||||
@import "tw-animate-css";
|
||||
|
||||
@custom-variant dark (&:is(.dark *));
|
||||
|
||||
:root {
|
||||
|
||||
Reference in New Issue
Block a user