✨(component): 开放 table 组件 page 的所有配置
This commit is contained in:
@@ -133,7 +133,8 @@ export default {
|
||||
const page3 = ref({
|
||||
total: 100,
|
||||
limit: 10,
|
||||
current: 2
|
||||
current: 2,
|
||||
showRefresh: true,
|
||||
})
|
||||
|
||||
const change3 = ({ current, limit }) => {
|
||||
|
||||
Reference in New Issue
Block a user