feat: add page component v-model props
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user