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

VImage加载图片失败 #3

Open
4 tasks done
a743110094 opened this issue Mar 23, 2024 · 7 comments
Open
4 tasks done

VImage加载图片失败 #3

a743110094 opened this issue Mar 23, 2024 · 7 comments

Comments

@a743110094
Copy link

Description

package.json:

"dependencies": {
"@vexip-ui/icons": "^1.2.1",
"nuxt": "^3.11.1",
"pug": "^3.0.2",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@nuxtjs/i18n": "^8.2.0",
"@nuxtjs/tailwindcss": "^6.11.4",
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
"@pinia/nuxt": "^0.5.1",
"@vexip-ui/nuxt": "^1.3.1",
"@vueuse/nuxt": "^10.9.0",
"less": "^4.2.0",
"nuxt-api-party": "^1.1.1",
"nuxt-icon": "^0.6.10",
"vexip-ui": "^2.3.4"
}

代码:

<script setup lang="ts"> </script> 商品卡片

<style scoped> </style>

图片

Snipaste_2024-03-23_21-04-51

Validations

@a743110094
Copy link
Author

<template>
  商品卡片
  <VImage
      border
      height="140"
      width="140"
      src="https://www.vexipui.com/picture-1.jpg"
  />
  <img src="https://www.vexipui.com/picture-1.jpg"/>
  <!--  <GoodsCard/>-->
</template>

@a743110094
Copy link
Author

image

@qmhc
Copy link
Contributor

qmhc commented Mar 25, 2024

我用一个新的 nuxt 项目并没有复现出你的问题耶

@NJHSFNAK
Copy link

您好,这个问题解决了吗,我这里也复现了

@qmhc
Copy link
Contributor

qmhc commented Jul 23, 2024

@NJHSFNAK 有能复现的环境和步骤吗?这个问题之前未能复现

@NJHSFNAK
Copy link

@NJHSFNAK 有能复现的环境和步骤吗?这个问题之前未能复现

好,我创建一个代码仓库

@NJHSFNAK
Copy link

@NJHSFNAK 有能复现的环境和步骤吗?这个问题之前未能复现

https://github.com/NJHSFNAK/nuxt-vexip-demo.git 您看下,thanks!

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

3 participants