vue-lazy-component
vue-lazy-component copied to clipboard
🐌 Vue.js 2.x 组件级懒加载方案-Vue.js 2.x component level lazy loading solution
TypeError: Failed to construct 'IntersectionObserver': member root is not of type Element. 试过很多值,都是报这个错误
添加自动销毁,当数据量大的时候可以防止页面崩溃。 重构代码,去掉容易的变量 isInit,去掉逻辑冗余requestAnimationFrame(vue 内部机制watch queue已经等价,并且requestAnimationFrame 的内部setTimeout实现也有悖于任务队列的基本原理) 个人见解,可能有误,欢迎指正 add autoDestory, so cope with the big data. refacte and remove the redundant code. I think the requestAnimationFrame method is useless,because vue has...
npm 版本是 5.8.0 运行 npm install @xunlei/vue-lazy-component 出现如下错误: ``` npm ERR! path /node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift/package.json.1738479864 npm ERR! code ENOENT npm ERR! errno -2 npm ERR! syscall open npm ERR! enoent ENOENT: no...
Have you considered compatibility with the Vue3 version