Skip to content

Commit b678cbd

Browse files
committed
Chore(docs): update README.md
1 parent cee93db commit b678cbd

File tree

5 files changed

+8
-1
lines changed

5 files changed

+8
-1
lines changed

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
[![Scrutinizer](https://img.shields.io/scrutinizer/g/Godofbrowser/vuejs-dialog.svg?branch=master)](https://scrutinizer-ci.com/g/Godofbrowser/vuejs-dialog/?branch=master)
88
[![npm](https://img.shields.io/npm/dt/vuejs-dialog.svg)](https://github.com/Godofbrowser/vuejs-dialog/archive/master.zip)
99

10+
![Vuejs Dialog Plugin](./docs/.vuepress/public/images/html-enabled.png?raw=true 'Vuejs Dialog Plugin example')
11+
![Vuejs Dialog Plugin](./docs/.vuepress/public/images//demo.gif?raw=true 'Vuejs Dialog Plugin usage demo')
12+
13+
1014
The content below is for the Vue3 compatible version of vuejs-dialog, you can find the Vue2 compatible version [here](https://github.com/Godofbrowser/vuejs-dialog/tree/v1.x)
1115

1216
| Vue Version | Plugin Version |

Diff for: docs/.vuepress/public/images/custom-view.png

23.9 KB
Loading

Diff for: docs/.vuepress/public/images/demo.gif

292 KB
Loading

Diff for: docs/.vuepress/public/images/html-enabled.png

8.09 KB
Loading

Diff for: docs/demos.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
22
Below are some practical example use cases that you may find useful.
33

44
## Quick alert after an event occurs
5-
5+
// Todo - documentation & example
66

77
## Confirming CRUD operations
8+
// Todo - documentation & example
89

910

1011
## Confirming link clicks
12+
// Todo - documentation & example
1113

1214

1315
## Confirming form reset/submit
16+
// Todo - documentation & example

0 commit comments

Comments
 (0)