Property "count" was accessed during render but is not defined on instance. 报这个错是什么原因,该怎么修改
count这个变量你没定义在data里面
ctrl+f 查找 count,那里就是报错点了