ParseErrorException: Lexical error, Encountered: "=" (61), after :

this.$refs["form"].validate(valid => {})
改成这样(换行)
this.$refs["form"]
.validate(valid => {})

posted @ 2023-01-17 21:42  oneDonkey  阅读(315)  评论(0)    收藏  举报