bootstrap-vue: most Icons isnt showing

我的未来我决定 提交于 2021-01-28 12:25:45

问题


I import all icons (as documentation says):

import Vue from 'vue'
import { BootstrapVue, BootstrapVueIcons } from 'bootstrap-vue'

Vue.use(BootstrapVue)
Vue.use(BootstrapVueIcons)

When I copy some code from site - icon is working great.

This example is ok:

<b-icon icon="exclamation-circle-fill" variant="info"></b-icon>

But when Im just changing the icon name, it disappears... It looks like some icons does not exist...

This doesnt work:

<b-icon icon="cart" variant="info"></b-icon>

How to fix it?

来源:https://stackoverflow.com/questions/63097264/bootstrap-vue-most-icons-isnt-showing

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!