From dc66ec6f3c3ae560bdcbb5e0a1790b27228205e8 Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Thu, 03 Mar 2022 23:33:09 +0800
Subject: [PATCH] 修复图片定位问题

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

diff --git a/src/main.js b/src/main.js
index fbed757..5ef5b2f 100644
--- a/src/main.js
+++ b/src/main.js
@@ -8,6 +8,20 @@
 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
+})
+import './mock/'
+
 Vue.prototype.$axios = axios
 
 new Vue({

--
Gitblit v1.9.1