您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

reportWebVitals.js 362B

12345678910111213
  1. const reportWebVitals = onPerfEntry => {
  2. if (onPerfEntry && onPerfEntry instanceof Function) {
  3. import('web-vitals').then(({ getCLS, getFID, getFCP, getLCP, getTTFB }) => {
  4. getCLS(onPerfEntry);
  5. getFID(onPerfEntry);
  6. getFCP(onPerfEntry);
  7. getLCP(onPerfEntry);
  8. getTTFB(onPerfEntry);
  9. });
  10. }
  11. };
  12. export default reportWebVitals;