如何在Bootstarp-Vue工具提示中添加Vue组件

时间:2019-10-01 05:54:18

标签: vue.js tooltip

<template>
    <span v-b-tooltip.hover.html="<span><final-norgay-index/><span>" style="color:blue">hover me</span>
</template>
<script>
 import FinalNorgayIndex from "@/norgay-index/FinalNorgayIndex";
    export default {
        name: "mountain-popup-side-penal",
        components: {
            FinalNorgayIndex,
        },
    }

</script>

我想像上面的代码一样在工具提示中调用FinalNorgayIndex组件...但是它显示为空的工具提示。

0 个答案:

没有答案