nhn / tui.grid

🍞🔡 The Powerful Component to Display and Edit Data. Experience the Ultimate Data Transformer!
http://ui.toast.com/tui-grid/
MIT License
2.41k stars 388 forks source link

vue에서 build 후 에러 발생합니다. 해결방안이 있을까요 ? #1928

Open rlqja914 opened 1 year ago

rlqja914 commented 1 year ago

Vue 2버전 기반이고 vue-cli 기반으로 build 후 dist 폴더에 있는 파일 대로 웹서버에 올렸는데

그리드 관련 에러가 발생합니다.

TypeError: o.renderer.type is not a constructor 에러가 발생합니다.

주로 해당 그리드 컬럼 내에 있는 버튼을 랜더링 할때 발생하는 오류 같습니다.

이런경우 해결방안이 있을까요?