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

@@ -235,6 +235,7 @@ onMounted(() => {
<LayPage
:total="page.total"
:limit="page.limit"
v-model="page.current"
show-page
show-limit
show-skip
@@ -246,4 +247,4 @@ onMounted(() => {
</div>
</div>
</div>
</template>
</template>