This commit is contained in:
Suvodip Ghosh
2023-02-11 17:03:21 +05:30
parent ff82456c67
commit af529f802c
27 changed files with 1407 additions and 395 deletions

View File

@@ -1,5 +1,5 @@
<template>
<swiper
<swiper class="width"
:modules="modules"
:slides-per-view="1"
:space-between="0"
@@ -82,4 +82,12 @@
})
},
};
</script>
</script>
<style>
.width {
width: 400px;
display: flex;
justify-items: flex-end;
}
</style>