🐛 bug: dot

:%s
This commit is contained in:
unknown
2021-08-25 18:46:37 +07:00
parent b824893540
commit beb9b2e47c
4 changed files with 110 additions and 28 deletions

View File

@@ -86,7 +86,7 @@ const dataTest = [{
export default function Home() {
return (
<>
<ProductCaroucel data={dataTest} itemKey="product-1" />
<ProductCaroucel data={dataTest} itemKey="product-1" isDot={true}/>
</>
)
}