You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
932 B

<template>
<el-row>
5 years ago
<!-- 轮播·1-->
5 years ago
<!-- <el-row>-->
<!-- <el-col :span="24">-->
<!-- <el-carousel height="55px">-->
<!-- <el-carousel-item v-for="item in 2" :key="item">-->
<!-- <img style="height: 55px; width: 100%;"-->
<!-- src="https://freebrio.oss-cn-shanghai.aliyuncs.com/t/v2_q2c4aj.png"-->
<!-- >-->
<!-- </el-carousel-item>-->
<!-- </el-carousel>-->
<!-- </el-col>-->
<!-- </el-row>-->
<Dashboard />
<HomeFunction />
</el-row>
</template>
<script>
import HomeFunction from './HomButton'
import Dashboard from './dashboard'
export default {
name: 'HomeView',
components: {HomeFunction, Dashboard}
}
</script>