update
This commit is contained in:
@ -9,6 +9,7 @@ import "swiper/css";
|
||||
import "swiper/css/pagination";
|
||||
import "swiper/css/effect-coverflow";
|
||||
import "swiper/css/autoplay";
|
||||
import Image from "next/image";
|
||||
|
||||
const data = [
|
||||
{
|
||||
@ -134,7 +135,7 @@ const AnhuiSwiper = () => {
|
||||
swiper?.destroy();
|
||||
swiper = null;
|
||||
};
|
||||
}, [data]);
|
||||
}, []);
|
||||
return (
|
||||
<div className={"flex h-[205px] flex-col bg-white"}>
|
||||
<div
|
||||
|
Reference in New Issue
Block a user