diff --git a/docs/en-US/component/affix.md b/docs/en-US/component/affix.md index b83ac5f9e7..5e56cc591b 100644 --- a/docs/en-US/component/affix.md +++ b/docs/en-US/component/affix.md @@ -11,7 +11,7 @@ Fix the element to a specific visible area. Affix is fixed at the top of the page by default. -:::demo You can set `offset` attribute to change the offset top,the default value is 0。 +:::demo You can set `offset` attribute to change the offset top,the default value is 0. affix/basic diff --git a/docs/en-US/component/cascader.md b/docs/en-US/component/cascader.md index 59409609e4..3f9dcfc166 100644 --- a/docs/en-US/component/cascader.md +++ b/docs/en-US/component/cascader.md @@ -120,7 +120,7 @@ cascader/filterable You can customize the content of cascader node. -:::demo You can customize the content of cascader node by `scoped slot`. You'll have access to `node` and `data` in the scope, standing for the Node object and node data of the current node respectively。 +:::demo You can customize the content of cascader node by `scoped slot`. You'll have access to `node` and `data` in the scope, standing for the Node object and node data of the current node respectively. cascader/custom-content diff --git a/docs/en-US/component/dialog.md b/docs/en-US/component/dialog.md index 86684c1777..c4413cedcf 100644 --- a/docs/en-US/component/dialog.md +++ b/docs/en-US/component/dialog.md @@ -25,7 +25,7 @@ dialog/basic-usage ## Customized Content -The content of Dialog can be anything, even a table or a form. This example shows how to use Element Plus Table and Form with Dialog。 +The content of Dialog can be anything, even a table or a form. This example shows how to use Element Plus Table and Form with Dialog. :::demo diff --git a/docs/en-US/component/image.md b/docs/en-US/component/image.md index 1aecad53c8..a0e4bcbe72 100644 --- a/docs/en-US/component/image.md +++ b/docs/en-US/component/image.md @@ -9,7 +9,7 @@ Besides the native features of img, support lazy load, custom placeholder and lo ## Basic Usage -:::demo Indicate how the image should be resized to fit its container by `fit`, same as native [object-fit](https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit)。 +:::demo Indicate how the image should be resized to fit its container by `fit`, same as native [object-fit](https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit). image/basic-usage diff --git a/docs/en-US/component/table.md b/docs/en-US/component/table.md index 597beacd25..eae1f1f5b2 100644 --- a/docs/en-US/component/table.md +++ b/docs/en-US/component/table.md @@ -167,7 +167,7 @@ table/expandable-row ## Tree data and lazy mode -:::demo You can display tree structure data. When row contains the `children` field, it is treated as nested data. For rendering nested data, the prop `row-key` is required。Also, child row data can be loaded asynchronously. Set `lazy` property of Table to true and the function `load`. Specify `hasChildren` attribute in row to determine which row contains children. Both `children` and `hasChildren` can be configured via `tree-props`. +:::demo You can display tree structure data. When row contains the `children` field, it is treated as nested data. For rendering nested data, the prop `row-key` is required. Also, child row data can be loaded asynchronously. Set `lazy` property of Table to true and the function `load`. Specify `hasChildren` attribute in row to determine which row contains children. Both `children` and `hasChildren` can be configured via `tree-props`. table/tree-and-lazy diff --git a/docs/en-US/component/tooltip.md b/docs/en-US/component/tooltip.md index 5c89fd2133..6aa81fbdd3 100644 --- a/docs/en-US/component/tooltip.md +++ b/docs/en-US/component/tooltip.md @@ -19,7 +19,7 @@ tooltip/basic ## Theme -Tooltip has two built-in themes: `dark` and `light`。 +Tooltip has two built-in themes: `dark` and `light`. :::tip