-
vue bootstrap b-badge b-toast 렌더링 문제이슈 기록 2021. 6. 1. 21:01
대부분의 원인 :
npm install vue bootstrap bootstrap-vue 만 해서 그렇다!!
공식문서를 보면
- PortalVue v2.1 is required by Toasts, v2.1.7 is recommended
- Popper.js v1.16 is required for dropdowns (and components based on dropdown), tooltips, and popovers. v1.16.1 is recommended
까지 모듈을 받아줘야 정상적인 렌더링이 된다
npm i bootstrap@4.5.3
npm install --save portal-vue@2.1.7
npm i @popperjs/core
를 해주면 정상 렌더링이 된다
'이슈 기록' 카테고리의 다른 글
NestJs Error: connect ECONNREFUSED ::1:3306 (0) 2023.01.31 nestjs cli new npm install --slient 에러 (0) 2023.01.23 vue-bootstrap b-form-group label style (0) 2021.06.01 You're caching 'node_modules' but are not caching this path: /home/runner/.cache/Cypress (0) 2021.04.20 vue3 git pages 새로고침 시 404 에러 (0) 2021.04.19