在li内给了一个articles,但是一直提示Unresolved variable or type articles

在li内给了一个articles,但是一直提示Unresolved variable or type articles,是为什么啊?

img

img

因为你没有把使用变量的代码放到定义的app下

你确定不是你下面的item.title写错了吗?v-for里面的变量是itme,但是使用的时候是item:

img

img

代码可以正常运行吗