.container
p
.btn click
modal(v-bind:is-opened.sync="opened1")
.modal-content
h4 Header
p Content
.modal-footer
.btn.btn-flat(@click="close1") close
p
.btn bottom-sheet
modal(bottom-sheet v-bind:is-opened.sync="opened2")
.modal-content
p Content
.modal-footer
.btn.btn-flat(@click="close2") close
p
a(href="https://github.com/paulpflug/vue-materialize/blob/master/dev/modal.vue") source