14 lines
387 B
Plaintext
14 lines
387 B
Plaintext
script#message-template(type="text/x-template")
|
|
.modal-mask(v-if="show", :class="class")
|
|
.modal-wrapper
|
|
.modal-container
|
|
.modal-header
|
|
slot(name="header") default header
|
|
|
|
.modal-body
|
|
slot(name="body") default body
|
|
|
|
.modal-footer
|
|
slot(name="footer")
|
|
button.pure-button.button-success(@click="show = false") OK
|