解决 Vue 中 'TypeError: moment__WEBPACK_IMPORTED_MODULE_6___default(...)(...).formart is not a function' 错误
该错误提示表示您在使用 moment 库时,将 moment().formart 写成了 moment().format,导致了错误。请检查代码中的 moment() 函数是否正确,或者是否存在其他拼写错误。您可以尝试修正为 moment().format,或者将代码中的 moment() 函数进行修正。
原文地址: https://www.cveoy.top/t/topic/oDEY 著作权归作者所有。请勿转载和采集!