-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Comments
<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> |
我用一个新的 nuxt 项目并没有复现出你的问题耶 |
您好,这个问题解决了吗,我这里也复现了 |
@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
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>
图片
Validations
The text was updated successfully, but these errors were encountered: