Closed
Description
- 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>
I'm using a project created with vue-cli and in my main.js have the required lines:
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?