소스 검색

Changelog: fix a 2.3.4 typo (#10710)

杨奕 7 년 전
부모
커밋
e344b24eff
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      CHANGELOG.en-US.md
  2. 1 1
      CHANGELOG.es.md
  3. 1 1
      CHANGELOG.zh-CN.md

+ 1 - 1
CHANGELOG.en-US.md

@@ -8,7 +8,7 @@
 - Now you can customize Transfer's data item using scoped slot, #10577
 - Fixed clicking disabled prev and next button of Pagination still triggers `current-change` event, #10628
 - Fixed Textarea displaying `undefined` in SSR when its value is not set, #10630
-- Fixed disabled TabItem style when `type` is border-car, #10640
+- Fixed disabled TabItem style when `type` is border-card, #10640
 - Added `$index` as `formatter`'s fourth param of Table, #10645
 - Fixed CheckboxButton not exported in TypeScript declaration, #10666
 

+ 1 - 1
CHANGELOG.es.md

@@ -8,7 +8,7 @@
 - Ahora se puede personalizar los datos de los items de Transfer usando scoped slot, #10577
 - Arreglado que los click de los botones `next` y `prev`  en Pagination se deshabilitaban cuando se disparaba el evento  `current-change`, #10628
 - Arreglado que Textarea mostraba `undefined` en SSR cuando el valor no era asignado, #10630
-- Arreglado que se deshabilitaba el estilo del TabItem cuando  `type` era border-car, #10640
+- Arreglado que se deshabilitaba el estilo del TabItem cuando  `type` era border-card, #10640
 - Agregado `$index` como cuarto parametro en el atributo de las columnas de Table  `formatter` , #10645
 - Arreglado que CheckboxButton no se exportaba en la declaracion de TypeScript, #10666
 

+ 1 - 1
CHANGELOG.zh-CN.md

@@ -8,7 +8,7 @@
 - 现在 Transfer 数据项的渲染支持通过 scoped slot 自定义,#10577
 - 修复点击 Pagination 禁用的上一页、下一页按钮仍会触发 `current-change` 事件的问题,#10628
 - 修复未绑定值的 Textarea 在 SSR 中会显示 `undefined` 的问题,#10630
-- 修复 `type` 为 border-car 的 Tabs 中被禁用标签项的样式,#10640
+- 修复 `type` 为 border-card 的 Tabs 中被禁用标签项的样式,#10640
 - 新增 `$index` 作为 Table 的 `formatter` 属性回调的第四个参数,#10645
 - 修复 TypeScript 类型声明未导出 CheckboxButton 的问题,#10666