explorer 썸네일형 리스트형 [NUXT] error on IE browser When I develop with Nuxtjs (Vue.js framework), I got the object Error on IE(internet explorer) brower like this. I guess, This occured by nuxt framework's leak browser compatibility.So, I was googling with this error message..Finally I got the solution.. # nuxt.config.js build: {... vendor: ["babel-polyfill"], babel: { presets: [ [ "vue-app", { useBuiltIns: true, targets: { ie: 9, uglify: true }.. 더보기 [IE] IE 에서 파일 업로드 해주기.. 아ㅏㅏㅏㅏㅏㅏㅏㅏ 몇일을 날려먹은거지..ㅠㅠ이제야 이해가 됨..IE에서는 파일 업로드를 해줄때 에서 직접 click 이벤트를 받아서 파일을 선택해줘야함.그렇지 않을 경우 액세스 거부를 띄워줌.. 사용할 버튼을 따로 두고 클릭을 받도록 구현해줄 경우해당 이미지와 file input이 겹치도록 해줘서 input에서 직접 클릭을 받도록 해줘야함.망할 IE... 더보기 이전 1 다음