-
Vue.js) vue 3.0 에서 npm install xx 이후 모듈 파일에서 Vue.prototype문법 install오류 (Cannot set property '$xx' of undefined)Programing Language/Vue.js 2021. 6. 1. 14:19728x90반응형
예 )Vue.prototype ? Vue.prototype.$cookies = this : Vue.config.globalProperties.$cookies = this;
Vue 3.0에서는 Vue.prototype.$cookie -> Vue.config.globalProperties.$cookies로 변경후 사용해야한다.
728x90반응형'Programing Language > Vue.js' 카테고리의 다른 글
Vue.js) 구글 로그인 api 구현하기 (2) (2) 2021.06.02 Vue.js) function 안에 function에서 this에 포함된 함수 사용하기 (0) 2021.06.01 Vue.js) Vue 3.0 에서 vue-session 사용하기 (0) 2021.06.01 Vue.js) 부모 자식 component끼리 데이터 주고 받기 (0) 2021.06.01 Vue.js) router-link 태그를 javscript 코드로 사용하는 방법 (0) 2021.05.28