Property or method "info" is not defined on the instance but referenced during render. Mak
源代码
App.Vue
test.vue
{{title}}
我在App.vue中取了test.vue的值,所有浏览器会报posts没有定义
解决方法
将test.vue中data()方法转移到App.vue中
App.vue
test.vue
{{title}}