Skip to content

Commit aca175f

Browse files
committed
Merge pull request yuche#142 from paperless/modal-docs
Added undocumented backdrop modal option to the docs.
2 parents 67a4251 + 5c69050 commit aca175f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/example/modalDocs.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,12 @@
201201
<td><code>false</code></td>
202202
<td>Creates a small modal ( see boostrap's documentation for .modal-sm )</td>
203203
</tr>
204+
<tr>
205+
<td>backdrop</td>
206+
<td><code>Boolean</code></td>
207+
<td><code>true</code></td>
208+
<td>Enables/disables closing the modal by clicking on the backdrop.</td>
209+
</tr>
204210
</tbody>
205211
</table>
206212
<h2>Usage</h2>

0 commit comments

Comments
 (0)