feat: 轮播图组件换用swiper

This commit is contained in:
ZiuChen
2023-03-22 19:16:57 +08:00
parent 7a8af98226
commit cea1e2c827
5 changed files with 60 additions and 30 deletions

View File

@@ -29,4 +29,8 @@ const props = defineProps({
})
</script>
<style scoped></style>
<style scoped>
.title {
text-align: center;
}
</style>