mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
docs(table): fix/table-document (#1290)
This commit is contained in:
parent
05f62fa75f
commit
363fde46f0
2
.gitignore
vendored
2
.gitignore
vendored
@ -14,4 +14,4 @@ website-dist
|
||||
lib
|
||||
website/play/index.vue
|
||||
packages/element-plus/version.ts
|
||||
es/
|
||||
/es/
|
||||
|
@ -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*
|
||||
|
@ -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*
|
||||
|
@ -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*
|
||||
|
@ -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*
|
||||
|
@ -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*
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user