We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ae7d1 commit 939f864Copy full SHA for 939f864
.env
@@ -7,4 +7,4 @@ VUE_APP_USER_KEY=admin.user
7
VUE_APP_SETTING_KEY=admin.setting
8
VUE_APP_TBAS_KEY=admin.tabs
9
VUE_APP_TBAS_TITLES_KEY=admin.tabs.titles
10
-VUE_APP_API_BASE_URL=http://api.iczer.com
+VUE_APP_API_BASE_URL=http://api.iczer.com
src/components/table/advance/AdvanceTable.vue
@@ -76,7 +76,7 @@
76
indentSize: Number,
77
loading: Boolean,
78
locale: Object,
79
- pagination: Object,
+ pagination: [Object, Boolean],
80
rowClassName: Function,
81
rowKey: [String, Function],
82
rowSelection: Object,
0 commit comments