Skip to content

Commit

Permalink
Add missing attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
cretueusebiu committed Oct 13, 2017
1 parent 1cce4db commit 61d429b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Modal.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="modal fade">
<div class="modal fade" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog" role="document" :class="{
'modal-sm': size === 'small' || small,
'modal-lg': size === 'large' || large
Expand Down

0 comments on commit 61d429b

Please sign in to comment.