先占个坑

This commit is contained in:
aixianling
2024-01-29 10:32:11 +08:00
parent f82d7f58e7
commit 776539a32b
5 changed files with 62 additions and 34 deletions

View 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>