Commit 36315d54 by liuliufashi

第二次提交

parent c08c4fe2
......@@ -4,8 +4,7 @@
"description": "",
"main": "main.js",
"dependencies": {
"axios": "^1.1.3",
"element-ui": "^2.15.10"
"axios": "^1.1.3"
},
"devDependencies": {},
"scripts": {
......
......@@ -2,7 +2,7 @@
<view class="contents">
<!-- 视频区 -->
<view class="banner"></view>
<!-- <login></login> -->
<login></login>
<tabs></tabs>
<!-- 跑马灯 -->
<view class="title">
......@@ -26,7 +26,7 @@
import chat from "@/components/chat/chat.vue"
export default {
components: {
foot,chat
foot,chat,login,tabs
},
data() {
return {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment