vue data() should return an object.

only_books / 2023-07-23 / 原文

小白,return后面的{ 不能换行

return{
    msg:"111"
  }
误写为
return
{
    msg:"111"
  }