先占个坑
This commit is contained in:
20
components/AiMonitorCarousel.vue
Normal file
20
components/AiMonitorCarousel.vue
Normal file
@@ -0,0 +1,20 @@
|
||||
<script>
|
||||
export default {
|
||||
name: "AiMonitorCarousel",
|
||||
props: {
|
||||
list: {default: () => []}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<section class="AiMonitorCarousel">
|
||||
<el-carousel height="100%" indicator-position="none" arrow="hover">
|
||||
|
||||
</el-carousel>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
<style scoped lang="scss">
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user