mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-02 12:07:54 +08:00
fix: anchor mount to mounted
This commit is contained in:
parent
46b4cd5d43
commit
bc780db039
@ -121,7 +121,7 @@ export default {
|
||||
}
|
||||
},
|
||||
|
||||
mount () {
|
||||
mounted () {
|
||||
this.$nextTick(() => {
|
||||
const { getContainer } = this
|
||||
this.scrollEvent = addEventListener(getContainer(), 'scroll', this.handleScroll)
|
||||
|
Loading…
Reference in New Issue
Block a user