반응형
별건 아니고 괄호 잘 썼나 확인해주면 된다.
1. { } 안썼나 확인
// 틀림
import func from '@/utils.js';
// 맞음
import { func } from '@/utils.js';
'vue' 카테고리의 다른 글
[vue3] child component에 계속 변하는 값 전달하기 (0) | 2023.02.13 |
---|---|
[vue3] child component를 랜덤하게 동적으로 보여주기(markRow) (0) | 2023.02.09 |
[vue3] Elements in iteration expect to have 'v-bind:key' directives (0) | 2023.02.06 |
[vue3] ref로 받은 element가 null일때 (0) | 2023.02.03 |
[vue3] Component emitted event "함수이름" but it is neither declared in the emits option nor as an "on함수이름" prop. (0) | 2023.02.02 |