🌐 AI搜索 & 代理 主页
Skip to content

Cannot add tooltip to lazy-loaded BTab #2804

@jul3x

Description

@jul3x

Describe the bug

I am trying to do the following:

<b-tabs lazy>
    <b-tab>
       <template #title>
           <span v-b-tooltip.hover title="Tooltip">Title</span> 
       </template>
    </b-tab>
    <b-tab>
    ...
    </b-tab>
</b-tabs>

This works but only if b-tabs is spawned on the refreshed page. If I mount the component dynamically it fails because title slot seems to also be lazily loaded (which should not be the case).

Error in the console:
Could not find original vnode. Will not inherit provides from utils.ts

Reproduction

bootstrap-vue-next: 0.30.3

Used Package Manager

npm

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingneed reproductionThis needs a reproduction in order to continuestaleThere has been no additional replies or questions and the thread is assumed closed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions