Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
XiongAmao committed Dec 23, 2023
1 parent ec5417a commit 02aed57
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,12 @@ Props
<td>true</td>
<td>控制点击蒙板关闭预览.</td>
</tr>
<tr>
<td>dblclickDisabled (dblclick-closable)</td>
<td>Boolean</td>
<td>false</td>
<td>控制双击缩放功能.</td>
</tr>
<tr>
<td>teleport</td>
<td>string | Element</td>
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,12 @@ Props
<td>true</td>
<td>Enable or disable click mask to close vue-easy-lightbox.</td>
</tr>
<tr>
<td>dblclickDisabled (dblclick-closable)</td>
<td>Boolean</td>
<td>false</td>
<td>Enable or disable double-click on img to zoom in/out.</td>
</tr>
<tr>
<td>teleport</td>
<td>string | Element</td>
Expand Down
6 changes: 6 additions & 0 deletions docs/docs/guide/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,12 @@ export declare const useEasyLightbox: (options: UseEasyLightboxOptions) => {
<td>true</td>
<td>Enable or disable click mask to close vue-easy-lightbox.</td>
</tr>
<tr>
<td>dblclickDisabled (dblclick-closable)</td>
<td>Boolean</td>
<td>false</td>
<td>Enable or disable double-click on img to zoom in/out.</td>
</tr>
<tr>
<td>teleport</td>
<td>string | Element</td>
Expand Down
6 changes: 6 additions & 0 deletions docs/docs/pt-BR/guide/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,12 @@ export declare const useEasyLightbox: (options: UseEasyLightboxOptions) => {
<td>true</td>
<td>Habilite ou desabilite a máscara de clique para fechar a `vue-easy-lightbox`.</td>
</tr>
<tr>
<td>dblclickDisabled (dblclick-closable)</td>
<td>Boolean</td>
<td>false</td>
<td>Enable or disable double-click on img to zoom in/out.</td>
</tr>
<tr>
<td>teleport</td>
<td>string | Element</td>
Expand Down
6 changes: 6 additions & 0 deletions docs/docs/zh/guide/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,12 @@ export declare const useEasyLightbox: (options: UseEasyLightboxOptions) => {
<td>true</td>
<td>控制点击蒙板关闭预览.</td>
</tr>
<tr>
<td>dblclickDisabled (dblclick-closable)</td>
<td>Boolean</td>
<td>false</td>
<td>控制双击缩放功能.</td>
</tr>
<tr>
<td>teleport</td>
<td>string | Element</td>
Expand Down

0 comments on commit 02aed57

Please sign in to comment.