Skip to content

Commit

Permalink
feat: 文档代码修改
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed May 23, 2022
1 parent 1f79cc2 commit d317e30
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/vantui-demo/src/pages/table/demo1.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ export default function Demo() {
const sortAction = (col) => {
const { sortOrder, dataIndex } = col
const { dataSource } = state
console.info(state)

if (sortOrder !== 'descend') {
dataSource.sort(function (a, b) {
Expand Down
1 change: 0 additions & 1 deletion packages/vantui-doc/src/table/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ function Demo() {
const sortAction = (col) => {
const { sortOrder, dataIndex } = col
const { dataSource } = state
console.info(state)

if (sortOrder !== 'descend') {
dataSource.sort(function (a, b) {
Expand Down

0 comments on commit d317e30

Please sign in to comment.