【发布时间】:2020-06-11 15:04:56
【问题描述】:
我想从 vue 中的 assets 文件夹中获取图片 我正在使用 vue 引导程序
这是我的代码:
<b-card title="Title" img-src='@assets/profile.jpg' img-alt="Image" img-top>
<b-card-text>
This is a wider card with supporting text below as a natural lead-in to additional content.
This content is a little bit longer.
</b-card-text>
<template v-slot:footer>
<small class="text-muted">Last updated 3 mins ago</small>
</template>
</b-card>
但它不起作用。有人可以帮我吗?
【问题讨论】: