Skip to content

Commit d8879ca

Browse files
author
raj kamal
committed
fixed a typo <slot> tag
1 parent 61f8ec1 commit d8879ca

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Modal.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
<slot name="modal-header">
1313
<div class="modal-header">
1414
<button type="button" class="close" @click="close"><span>&times;</span></button>
15-
<h4 class="modal-title" > <slot name="title"{{title}}></slot></h4>
15+
<h4 class="modal-title" >
16+
<slot name="title">
17+
{{title}}
18+
</slot>
19+
</h4>
1620
</div>
1721
</slot>
1822
<slot name="modal-body">

0 commit comments

Comments
 (0)