feat(Animate): Add animate.css

This commit is contained in:
陈凯龙
2022-01-06 17:13:13 +08:00
parent 4216f7c218
commit 1436543a5c
10 changed files with 88 additions and 60 deletions

View File

@@ -19,6 +19,9 @@ import { setupElementPlus } from '@/plugins/elementPlus'
// 引入全局样式
import '@/styles/index.less'
// 引入动画
import '@/plugins/animate'
// 路由
import { setupRouter } from './router'