How to solve the problem of using the moment plug-in to report a yellow warning?

vue-moment.js?f008:4485 Could not build a valid `moment` object from input.

this is a yellow message, but I don"t know how to solve it

 <span>{{scope.row.YSctualendtime | moment("YYYY-MM-DD")}}</span>

Code used

Vue.use(require("vue-moment"))

introduced by main.js

clipboard.png
page display, the time format is normal
is not clear what needs to be solved

If the

value is undefined or non-time format, it will warn

.
Menu