Guest User

Untitled

a guest
Apr 23rd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <b-modal class="my-modal" size="lg" :visible.sync="display" hide-header hide-footer no-close-on-backdrop hide-header-close>
  2. //...
  3. </b-modal>
  4. <script>//...</script>
  5.  
  6. <style scoped>
  7. .my-modal{
  8. // not sure hot to make it work
  9. }
  10. </style>
Add Comment
Please, Sign In to add comment