소스 검색

Fix english documents

杜府 3 년 전
부모
커밋
52cb649e0d
4개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  1. 0 2
      doc/components/checkbox/guide_en.md
  2. 0 2
      doc/components/dialog/api_en.md
  3. 0 2
      doc/components/progressLoop/guide_en.md
  4. 0 2
      doc/components/radio/api_en.md

+ 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                                                            |