From 63f5119bcc714c36fe8db21e5461d73eb5a0eaa0 Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Mon, 21 Feb 2022 18:47:52 +0800
Subject: [PATCH] 统计数据添加,文章接口对接

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

diff --git a/src/main.js b/src/main.js
index 09fb3fd..99eee08 100644
--- a/src/main.js
+++ b/src/main.js
@@ -11,6 +11,11 @@
 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