学无先后,达者为师

网站首页 前端文档 正文

moment.js?c1df:283 Deprecation warning: value provided is not in a recognized RFC2822 or ISO format

作者:IS_LeQian 更新时间: 2022-02-28 前端文档

moment.js?c1df:283 Deprecation warning: value provided is not in a
recognized RFC2822 or ISO format. moment construction falls back to js
Date(), which is not reliable across all browsers and versions. Non
RFC2822/ISO date formats are discouraged and will be removed in an
upcoming major release. Please refer to
http://momentjs.com/guides/#/warnings/js-date/ for more info.
Arguments:
引入moment 之后 在控制台有一大段报错, 详情如下图;

在这里插入图片描述

原因: 因为 你可能在main.js 中 import 了这个数据, 然后又在页面中单独引入了moment插件。 重复引用造成的bug。 在单个页面中删掉一个引入, 保存公共引入就好了。

原文链接:https://blog.csdn.net/IS_huang/article/details/107104090

栏目分类
最近更新