docs(table): fix/table-document (#1290)

This commit is contained in:
jeremywu 2021-01-15 19:10:21 +08:00 committed by GitHub
parent 05f62fa75f
commit 363fde46f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 56 additions and 6 deletions

2
.gitignore vendored
View File

@ -14,4 +14,4 @@ website-dist
lib
website/play/index.vue
packages/element-plus/version.ts
es/
/es/

View File

@ -1,5 +1,15 @@
## Changelog
### 1.0.1-beta.27
*2021-01-15
#### Bug fixes
- Fix overlay overflowing issue (#1282)
- Fix loading directive cannot dispatch for the second time (#1281)
- Fix Date picker bind attr to panel error (#1277)
### 1.0.1-beta.26
*2021-01-14*

View File

@ -1,5 +1,15 @@
## Changelog
### 1.0.1-beta.27
*2021-01-15
#### Bug fixes
- Fix overlay overflowing issue (#1282)
- Fix loading directive cannot dispatch for the second time (#1281)
- Fix Date picker bind attr to panel error (#1277)
### 1.0.1-beta.26
*2021-01-14*

View File

@ -1,5 +1,15 @@
## Changelog
### 1.0.1-beta.27
*2021-01-15
#### Bug fixes
- Fix overlay overflowing issue (#1282)
- Fix loading directive cannot dispatch for the second time (#1281)
- Fix Date picker bind attr to panel error (#1277)
### 1.0.1-beta.26
*2021-01-14*

View File

@ -1,5 +1,15 @@
## Changelog
### 1.0.1-beta.27
*2021-01-15
#### Bug fixes
- Fix overlay overflowing issue (#1282)
- Fix loading directive cannot dispatch for the second time (#1281)
- Fix Date picker bind attr to panel error (#1277)
### 1.0.1-beta.26
*2021-01-14*

View File

@ -1,5 +1,15 @@
## Changelog
### 1.0.1-beta.27
*2021-01-15
#### Bug fixes
- Fix overlay overflowing issue (#1282)
- Fix loading directive cannot dispatch for the second time (#1281)
- Fix Date picker bind attr to panel error (#1277)
### 1.0.1-beta.26
*2021-01-14*

View File

@ -1190,7 +1190,7 @@ Customize table header so it can be even more customized.
</el-table-column>
<el-table-column
align="right">
<template #header #default="scope">
<template #header>
<el-input
v-model="search"
size="mini"

View File

@ -1191,7 +1191,7 @@ Se puede personalizar el encabezado de la tabla para que se pueda adaptar aún m
</el-table-column>
<el-table-column
align="right">
<template #header #default="scope">
<template #header>
<el-input
v-model="search"
size="mini"

View File

@ -1192,7 +1192,7 @@ Vous pouvez également personnaliser le header de la table.
</el-table-column>
<el-table-column
align="right">
<template #header #default="scope">
<template #header>
<el-input
v-model="search"
size="mini"

View File

@ -1190,7 +1190,7 @@
</el-table-column>
<el-table-column
align="right">
<template #header #default="scope">
<template #header>
<el-input
v-model="search"
size="mini"

View File

@ -1441,7 +1441,7 @@
</el-table-column>
<el-table-column
align="right">
<template #header #default="scope">
<template #header>
<el-input
v-model="search"
size="mini"