Closed 8secz-johndpope closed 4 years ago
there is also some code rot in example. this.$refs fails https://bootstrap-vue.js.org/docs/components/modal/
<div>
<b-button id="show-btn" @click="$bvModal.show('bv-modal-example')">Open Modal</b-button>
<b-modal id="bv-modal-example" hide-footer>
<template v-slot:modal-title>
Using <code>$bvModal</code> Methods
</template>
<div class="d-block text-center">
<h3>Hello From This Modal!</h3>
</div>
<b-button class="mt-3" block @click="$bvModal.hide('bv-modal-example')">Close Me</b-button>
</b-modal>
</div>
Hi @8secz-johndpope, this dependency is already provided by bootstrap-vue
which is present in the package.json. How did you install Murmur ?
Closing for inactivity.
This dependency was not found:
To install it, you can run: npm install --save bootstrap-vue/es/components/modal/modal
seem like the path has been updated to
npm install --save bootstrap-vue/esm/components/modal/modal