fetchSomething() { this.$store.dispatch(fetchSomething).then(() => { this.$nextTick(() => { var rect = this.$refs.page.$el.getBoundingClientRect(); if (!this.isFetchEnd...
这个人很懒,什么都没留下
fetchSomething() { this.$store.dispatch(fetchSomething).then(() => { this.$nextTick(() => { var rect = this.$refs.page.$el.getBoundingClientRect(); if (!this.isFetchEnd...