feat: add page component v-model props

This commit is contained in:
就眠儀式
2022-03-17 09:48:27 +08:00
parent 8400cc879e
commit 569d081553
4 changed files with 100 additions and 96 deletions

View File

@@ -151,7 +151,8 @@ export default {
const page = {
total: 100,
limit: 10
limit: 10,
current: 2
}
const change = function({ current }){