clay commit : index init

This commit is contained in:
clay
2022-10-03 16:43:58 +08:00
parent 2d79617095
commit 6f398077e5
5 changed files with 66 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
<template>
<div>
<el-row>
<el-col>
<Carousel/>
</el-col>
</el-row>
<el-row>
<el-col class="interval">
<NewsCenter/>
@@ -30,6 +35,7 @@
<script>
import NewsCenter from './components/news_center'
import Carousel from './components/carousel'
import PartyBuildingActivities from './components/party_building_activities.vue'
import ResearchTrends from './components/scientific_research_trends.vue'
import SlideshowCard from './components/slideshow_card.vue'
@@ -46,7 +52,8 @@ export default {
ResearchTrends,
SlideshowCard,
TeachingStudent,
Bottom
Bottom,
Carousel
},
data() {
return {