xunleif2e / vue-lazy-component

🐌 Vue.js 2.x 组件级懒加载方案-Vue.js 2.x component level lazy loading solution
MIT License
1.01k stars 139 forks source link

ios端无法加载 #19

Open dev3932 opened 5 years ago

dev3932 commented 5 years ago

mint-ui框架,ios端无法显示,android端正常

dev3932 commented 5 years ago

`

  </mt-tab-container-item>`
binggg commented 5 years ago

注意 / Notes 该项目依赖 IntersectionObserver API,如需在较低版本浏览器运行,需要引入 IntersectionObserver API polyfill IntersectionObserver API polyfill https://github.com/w3c/IntersectionObserver/tree/master/polyfill

AlanNgaiJX commented 4 years ago

IntersectionObserver API 能解决吗 我是Iphone6的微信网页没法加载

binggg commented 4 years ago

@AlanNgaiJX 可以试下引入

IntersectionObserver API polyfill https://github.com/w3c/IntersectionObserver/tree/master/polyfill