Skip to content
New issue

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

使用 vant vite demo 方面遇到问题,使用@路径时,van-image 无法展示图片。 #83

Open
snowdream opened this issue Mar 15, 2021 · 0 comments

Comments

@snowdream
Copy link

1. 无法展示图片

    <van-image
      class="logo"
      lazy-load
      src="@/assets/logo.png"
    />

2. 可以展示图片

    <img class="logo" src="@/assets/logo.png">

图片

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant