mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-30 12:52:43 +08:00
feat(pagination): change event
This commit is contained in:
parent
69070f5922
commit
b26f98da4e
@ -169,7 +169,8 @@ export default {
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
page () {
|
||||
page (value) {
|
||||
this.$emit('change', value)
|
||||
this.transitionDisabled = true
|
||||
this.$nextTick().then(() => {
|
||||
this.$el.getBoundingClientRect()
|
||||
|
Loading…
Reference in New Issue
Block a user