Vue 3(CLI): 정의되지 않은 속성을 읽을 수 없습니다(‘get’ 읽기).
Vue 3 CLI로 전환하여 코드를 리팩터링할 때this.$http.get(‘/api/todo/’)더 이상 작동하지 않습니다.데이터베이스에서 해야 할 일 목록을 반환받는 대신Cannot read properties of undefined콘솔 오류: app.js:209 Uncaught TypeError: Cannot read properties of undefined (reading ‘get’) at Proxy.getTodos (Todos.vue?4897:38:1) at Proxy.mounted (Todos.vue?4897:28:1) at eval (runtime-core.esm-bundler.js?d2dd:2722:1) at callWithErrorHandling (runtime-core.esm-bundler.js?d2dd:155:1) at callWithAsyncErrorHandling (runtime-core.esm-bundler.js?d2dd:164:1) at hook.__weh.hook.__weh (runtime-core.esm-bundler.js?d2dd:2697:1) at flushPostFlushCbs (runtime-core.esm-bundler.js?d2dd:341:1) at render (runtime-core.esm-bundler.js?d2dd:6247:1) … Read more