clay commit : index init
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user