diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 5287e9d804..55103bc46d 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -1,5 +1,5 @@
Please make sure these boxes are checked before submitting your PR, thank you!
-* [ ] Make sure you follow Element's contributing guide ([中文](https://github.com/element-plus/element-plus/blob/master/.github/CONTRIBUTING.zh-CN.md) | [English](https://github.com/element-plus/element-plus/blob/master/.github/CONTRIBUTING.en-US.md) | [Español](https://github.com/element-plus/element-plus/blob/master/.github/CONTRIBUTING.es.md) | [Français](https://github.com/element-plus/element-plus/blob/master/.github/CONTRIBUTING.fr-FR.md)).
+* [ ] Make sure you follow Element's contributing guide [English](https://github.com/element-plus/element-plus/blob/master/.github/CONTRIBUTING.en-US.md) | ([中文](https://github.com/element-plus/element-plus/blob/master/.github/CONTRIBUTING.zh-CN.md) | [Español](https://github.com/element-plus/element-plus/blob/master/.github/CONTRIBUTING.es.md) | [Français](https://github.com/element-plus/element-plus/blob/master/.github/CONTRIBUTING.fr-FR.md)).
* [ ] Make sure you are merging your commits to `dev` branch.
* [ ] Add some descriptions and refer to relative issues for your PR.
diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md
index 3da0fdde80..66684e6653 100644
--- a/CHANGELOG.en-US.md
+++ b/CHANGELOG.en-US.md
@@ -1,5 +1,13 @@
## Changelog
+### Progress of Element Plus
+Progress of Element Plus, please check https://github.com/element-plus/element-plus
+
+
+
+
+
+
### 2.13.2
*2020-05-18*
@@ -97,13 +105,13 @@
- Image
- Perfect picture preview behavior (#16985 by @luckyCao)
- Fix shield the page when preview big image (#16796 by @luckyCao)
-- Drawer
+- Drawer
- Bugfix drawer-append-to-body-not-working (#16953 by @JeremyWuuuuu)
- Select
- Fix tag show value or empty issue (17199 by @luckyCao)
- Scrollbar
- Fix FireFox scroll bar width (#18091 by @iamkun)
-
+
#### Optimization
- I18n
@@ -235,7 +243,7 @@
- Display correct header when range is specified (#16354 by @ziyoung)
- Submenu
- Fix prop append-to-body (#16289 by @a631807682)
-- Table
+- Table
- Fix tree table when updating data (#16481 by @island205)
- Select
- Fix memory leak issue (#16463 by @island205)
diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md
index bc684a5baa..8e2e790155 100644
--- a/CHANGELOG.zh-CN.md
+++ b/CHANGELOG.zh-CN.md
@@ -1,5 +1,13 @@
## 更新日志
+### Element Plus 更新进度
+Element Plus 更新进度 请查看 https://github.com/element-plus/element-plus
+
+
+
+
+
+
### 2.13.2
*2020-05-18*
@@ -98,13 +106,13 @@
- Image
- 优化用户体验 (#16985 by @luckyCao)
- 优化大图片展示问题 (#16796 by @luckyCao)
-- Drawer
+- Drawer
- 修复 drawer-append-to-body 失效的 bug (#16953 by @JeremyWuuuuu)
- Select
- 修复空 tag 的 bug (17199 by @luckyCao)
- Scrollbar
- 修复 FireFox 双滚动条的 bug (#18091 by @iamkun)
-
+
#### Optimization
- I18n
@@ -235,7 +243,7 @@
- 更新显示正确的 header 的逻辑 (#16354 by @ziyoung)
- Submenu
- 修复 append-to-body 问题 (#16289 by @a631807682)
-- Table
+- Table
- 修复 tree table 数据更新问题 (#16481 by @island205)
- Select
- 修复内存泄漏问题 (#16463 by @island205)
diff --git a/packages/checkbox/index.ts b/packages/checkbox/index.ts
index f97fdb7954..9a641e7cb0 100644
--- a/packages/checkbox/index.ts
+++ b/packages/checkbox/index.ts
@@ -1,7 +1,5 @@
import { App } from 'vue'
import Checkbox from './src/checkbox.vue'
-import CheckboxButton from './src/checkbox-button.vue'
-import CheckboxGroup from './src/checkbox-group.vue'
Checkbox.install = (app: App): void => {
app.component(Checkbox.name, Checkbox)
diff --git a/packages/dropdown/index.ts b/packages/dropdown/index.ts
index 666de99364..35f46b94fd 100644
--- a/packages/dropdown/index.ts
+++ b/packages/dropdown/index.ts
@@ -1,7 +1,5 @@
import { App } from 'vue'
import Dropdown from './src/dropdown.vue'
-import DropdownItem from './src/dropdown-item.vue'
-import DropdownMenu from './src/dropdown-menu.vue'
Dropdown.install = (app: App): void => {
app.component(Dropdown.name, Dropdown)
diff --git a/website/docs/es/upload.md b/website/docs/es/upload.md
index 57a2d96d34..dc85c8410a 100644
--- a/website/docs/es/upload.md
+++ b/website/docs/es/upload.md
@@ -16,7 +16,9 @@ Carga archivos haciendo clic o arrastrándolos.
:on-exceed="handleExceed"
:file-list="fileList">