Skip to content

Commit

Permalink
b-modal: Explicit components dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
yacinehmito committed Apr 7, 2017
1 parent 5d23f8f commit 434d525
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/components/modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@
</style>

<script>
import bBtn from './button.vue';
export default {
components: {bBtn},
data() {
return {
visible: false
Expand Down

0 comments on commit 434d525

Please sign in to comment.