1. Import and register the component. import VirtualList from 'vue-virtual-scroll-list' export default { components: { 'virtual-list': VirtualList } } 2. Add the virtual-list component to the template. <template> <virtual-list style="height: 400px; overflow-y: auto;" :data-key="'ui...
I'm pushing objects into an array, then its scrolled to the bottom. Before scrollToBottom is called there is a $nextTick call, possibly 2 if the ref is not available yet. It's a chat, so the first load it's the missed messages, so more than one object is pushed on and then ...
requestEvent triggered when the scroll bar scrolls to the bottom and the number of elements in resArr is not enough for the next loading, this event will be triggered. (Typically, that function need you to request api and pushes new data into resarr) ...
Fix nextTick tigger before really render v2.2.4 Compare Source Add key for rendering items #220 Support prop itemScopedSlots #219 v2.2.3 Compare Source Props dataKey not allow to number. v2.2.2 Compare Source Fix props type warning #211 v2.2.1 Compare Source Fix estim...
Closed Description quereus @quereus@chenjing1552 I try and can not reproduce this warning (with Vue v2.6.6), can you give a demo online or Vue version ? Sign up for freeto join this conversation on GitHub.Already have an account?Sign in to comment...
import { beforeNextFrameOnce, depx, pxfy } from 'seemly' import { useMemo } from 'vooks' import { useSsrAdapter } from '@css-render/vue3-ssr' import VResizeObserver from '../../resize-observer/src/VResizeObserver' import { c, cssrAnchorMetaName, FinweckTree } from '../../shared...