美文网首页
moment"' can only be default-imp

moment"' can only be default-imp

作者: 前端的爬行之旅 | 来源:发表于2019-05-31 16:08 被阅读0次

bug moment"' can only be default-imported using the 'allowSyntheticDefaultImports' flag

import moment from 'moment';

替换成

import * as Moment from 'moment';
image.png

相关文章

网友评论

      本文标题:moment"' can only be default-imp

      本文链接:https://www.haomeiwen.com/subject/vslgtctx.html