Skip to content

Commit c7fc560

Browse files
authored
Removed extra closing brace
1 parent bff1447 commit c7fc560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/components/modal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
>
1010
<div key="modal" :id="id"
1111
v-show="visible"
12-
:class="['modal',{fade: fade, show: visible}}]"
12+
:class="['modal',{fade: fade, show: visible}]"
1313
role="dialog"
1414
@click="onClickOut($event)"
1515
@keyup.esc="onEsc($event)"

0 commit comments

Comments
 (0)