diff --git a/examples/docs/en-US/dialog.md b/examples/docs/en-US/dialog.md index 6af77d76..ae575514 100644 --- a/examples/docs/en-US/dialog.md +++ b/examples/docs/en-US/dialog.md @@ -54,13 +54,13 @@ Dialog pops up a dialog box, and it's quite customizable. :::demo Set the `v-model` attribute with a `Boolean`, and Dialog shows when it is `true`. The Dialog has two parts: `body` and `footer`, and the latter requires a `slot` named `footer`. The optional `title` attribute (empty by default) is for defining a title. This example explicitly changes the value of `v-model` to toggle Dialog. In addition, we also provide `open` and `close` method, which you can call to open/close the Dialog. ```html -click to open the Dialog +click to open the Dialog This is a message - Cancel - Confirm + Cancel + Confirm @@ -84,7 +84,7 @@ The content of Dialog can be anything, even a table or a form. This example show ```html -open a Table nested Dialog +open a Table nested Dialog @@ -95,7 +95,7 @@ The content of Dialog can be anything, even a table or a form. This example show -open a Form nested Dialog +open a Form nested Dialog @@ -110,8 +110,8 @@ The content of Dialog can be anything, even a table or a form. This example show - Cancel - Confirm + Cancel + Confirm diff --git a/examples/docs/en-US/form.md b/examples/docs/en-US/form.md index 1fc36da2..8025311b 100644 --- a/examples/docs/en-US/form.md +++ b/examples/docs/en-US/form.md @@ -737,7 +737,7 @@ Form component allows you to verify your data, helping you find and correct erro } }" > - Delete + Delete Submit diff --git a/examples/docs/en-US/installation.md b/examples/docs/en-US/installation.md index 8ad49c02..a2eaa2db 100644 --- a/examples/docs/en-US/installation.md +++ b/examples/docs/en-US/installation.md @@ -30,7 +30,7 @@ If you are using CDN, a hello-world page is easy with Element. [Online Demo](htt
- Button + Button

Try Element

diff --git a/examples/docs/en-US/loading.md b/examples/docs/en-US/loading.md index cf7edea0..c4f77fc3 100644 --- a/examples/docs/en-US/loading.md +++ b/examples/docs/en-US/loading.md @@ -160,7 +160,7 @@ Show a full screen animation while loading data.