From a71b6416b467cd3b2ec24efd68accc85223e8a3b Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Tue, 01 Mar 2022 01:09:04 +0800
Subject: [PATCH] 预览调整

---
 src/main.js |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/src/main.js b/src/main.js
index 824ba66..5ef5b2f 100644
--- a/src/main.js
+++ b/src/main.js
@@ -8,12 +8,19 @@
 import 'ant-design-vue/dist/antd.less';
 Vue.use(Antd);
 
+import wow from 'wowjs'
+import 'animate.css'
+Vue.prototype.$wow=wow
+
 import infiniteScroll from 'vue-infinite-scroll'
 Vue.use(infiniteScroll)
 
 import APlayer from '@moefe/vue-aplayer';
 
-Vue.use(APlayer,{productionTip:false})
+Vue.use(APlayer, {
+	productionTip: false
+})
+import './mock/'
 
 Vue.prototype.$axios = axios
 

--
Gitblit v1.9.1