2👍
✅
I think, you need preserve “this” before axios.get (self=this) and then change
this.todos = response.data;
to
self.todos = response.data;
👤Gena
Source:stackexchange.com