Ver Fonte

Fix english documents

杜府 há 3 anos atrás
pai
commit
52cb649e0d

+ 0 - 2
doc/components/checkbox/guide_en.md

@@ -1,5 +1,3 @@
-Translation:
-
 ## Description
 
 Due to limited space for horizontal display on mobile devices, CheckboxGroup is set to vertical layout by default. Horizontal layout should only be used for simple usage. When there are many options, long content, or much display content, vertical layout is recommended. When a checkbox is clicked, CheckboxGroup can obtain an array of names of all currently selected checkboxes through the change event.

+ 0 - 2
doc/components/dialog/api_en.md

@@ -1,5 +1,3 @@
-Translation:
-
 ## Dialog Props
 
 | Prop            | Type    | Default Value                            | Optional Values               | Required | Description                                                              |

+ 0 - 2
doc/components/progressLoop/guide_en.md

@@ -1,5 +1,3 @@
-Translation:
-
 ## Progress loop size and width
 
 The size of the progress loop, ProgressLoop, is determined by the width of the outer container. The component uses an SVG rendering with a canvas size of 24\*24, which fills the parent container. The width, strokeWidth, theoretically supports any value between 0 to 12, but when the width is too large, the circular ring may not be aesthetically pleasing.

+ 0 - 2
doc/components/radio/api_en.md

@@ -1,5 +1,3 @@
-Translation:
-
 ## RadioGroup Props
 
 | Property   | Type    | Default | Options    | Required | Description                                                            |