为了账号安全,请及时绑定邮箱和手机立即绑定

cnpm bootstrap之后,怎么引用?

如题,vue项目node_modules中安装了bootstrap之后,如何引用???

正在回答

1 回答

如果你是指的安装了bootstrap-vue之后的话,你还需要在main.js里面添加

import BootstrapVue from 'bootstrap-vue'

import 'bootstrap/dist/css/bootstrap.css'
import 'bootstrap-vue/dist/bootstrap-vue.css'

Vue.use(BootstrapVue)


0 回复 有任何疑惑可以回复我~
#1

Brian

官方资料:https://bootstrap-vue.js.org/docs
2019-04-22 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

cnpm bootstrap之后,怎么引用?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信