Skip to content

Everything inside b-card renders 'undefined' #2062

Closed
@ekosynth

Description

@ekosynth

- Operating system
Windows 10
- Browser and version
Chrome
- Version of Bootstrap-Vue that you are using
bootstrap-vue@2.0.0-rc.11

Everything I put in any bootstrap-vue elements renders as undefined:

<template>
    <b-card>
        test
    </b-card>
</template>

Returns the following output:
image

I'm using a project created with vue-cli and in my main.js have the required lines:
image

It looks like other people have encountered the same problem: https://stackoverflow.com/questions/50120964/bootstrap-vue-v-tabs-inside-v-card-renders-undefined

Any idea what I'm doing wrong?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions