Commit 36315d54 by liuliufashi

第二次提交

parent c08c4fe2
...@@ -4,8 +4,7 @@ ...@@ -4,8 +4,7 @@
"description": "", "description": "",
"main": "main.js", "main": "main.js",
"dependencies": { "dependencies": {
"axios": "^1.1.3", "axios": "^1.1.3"
"element-ui": "^2.15.10"
}, },
"devDependencies": {}, "devDependencies": {},
"scripts": { "scripts": {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<view class="contents"> <view class="contents">
<!-- 视频区 --> <!-- 视频区 -->
<view class="banner"></view> <view class="banner"></view>
<!-- <login></login> --> <login></login>
<tabs></tabs> <tabs></tabs>
<!-- 跑马灯 --> <!-- 跑马灯 -->
<view class="title"> <view class="title">
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
import chat from "@/components/chat/chat.vue" import chat from "@/components/chat/chat.vue"
export default { export default {
components: { components: {
foot,chat foot,chat,login,tabs
}, },
data() { data() {
return { 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