From 15bd39c66eb9c1942b72fb373fbe16865f715f04 Mon Sep 17 00:00:00 2001
From: lijh <lijh>
Date: Tue, 18 Jan 2022 18:51:45 +0800
Subject: [PATCH] 新的文章组件

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

diff --git a/src/main.js b/src/main.js
index fbed757..824ba66 100644
--- a/src/main.js
+++ b/src/main.js
@@ -8,6 +8,13 @@
 import 'ant-design-vue/dist/antd.less';
 Vue.use(Antd);
 
+import infiniteScroll from 'vue-infinite-scroll'
+Vue.use(infiniteScroll)
+
+import APlayer from '@moefe/vue-aplayer';
+
+Vue.use(APlayer,{productionTip:false})
+
 Vue.prototype.$axios = axios
 
 new Vue({

--
Gitblit v1.9.1