Skip to content

Commit

Permalink
修复:高级表格组件分页属性不支持 boolean 类型的问题;
Browse files Browse the repository at this point in the history
fix: the pagination props of AdvancedTable.vue does not support boolean value;
  • Loading branch information
iczer committed Apr 5, 2021
1 parent a1ae7d1 commit 939f864
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ VUE_APP_USER_KEY=admin.user
VUE_APP_SETTING_KEY=admin.setting
VUE_APP_TBAS_KEY=admin.tabs
VUE_APP_TBAS_TITLES_KEY=admin.tabs.titles
VUE_APP_API_BASE_URL=http://api.iczer.com
VUE_APP_API_BASE_URL=http://api.iczer.com
2 changes: 1 addition & 1 deletion src/components/table/advance/AdvanceTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
indentSize: Number,
loading: Boolean,
locale: Object,
pagination: Object,
pagination: [Object, Boolean],
rowClassName: Function,
rowKey: [String, Function],
rowSelection: Object,
Expand Down

0 comments on commit 939f864

Please sign in to comment.