你在申请吗? Vue 到你的模板?
Vue
new Vue({ el: '#app' });
<link href="//unpkg.com/bootstrap@next/dist/css/bootstrap.min.css" rel="stylesheet" /> <link type="text/css" rel="stylesheet" href="https://unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.css" /> <script src="https://unpkg.com/vue"></script> <script src="https://unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.js"></script> <div id="app" class="text-center my-3"> <b-btn v-b-popover.hover="'I am popover content!'" title="Popover Title">Hover Me</b-btn> </div>