8

使用方法:https ://github.com/w3c/IntersectionObserver/tree/master/polyfill

我应该将它加载到 webpack 配置中 - vue.config.js 还是应该使用导入将它加载到 .vue 模板中?

4

1 回答 1

0
npm install intersection-observer

将此行添加到您的入口文件的顶部(例如main.js

import 'intersection-observer/intersection-observer';

就这样。

于 2021-04-07T09:24:14.207 回答