We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
代码如下: import eCommerceDesign1 from "images/eCommerceDesign1.png";
运行报错:
The text was updated successfully, but these errors were encountered:
代码如下:
import eCommerceDesign1 from "images/eCommerceDesign1.png"; <PhotoProvider> <PhotoView src={eCommerceDesign1} key={`${eCommerceDesign1}_1`}> <img src={eCommerceDesign1} alt="" /> </PhotoView> <PhotoView src={eCommerceDesign1} key={`${eCommerceDesign1}_2`}> <img src={eCommerceDesign1} alt="" /> </PhotoView> <PhotoView src={eCommerceDesign1} key={`${eCommerceDesign1}_3`}> <img src={eCommerceDesign1} alt="" /> </PhotoView> </PhotoProvider>
Sorry, something went wrong.
context 有问题,你是怎样导入的
import { PhotoProvider, PhotoView } from "react-photo-view";
No branches or pull requests
代码如下:
import eCommerceDesign1 from "images/eCommerceDesign1.png";
运行报错:
The text was updated successfully, but these errors were encountered: