kendo2 [Kendo Vue + SpringBoot + Oracle] 동적인 메뉴 아코디언 만들기(Creating a dynamic menu accordion) kendo Vue의 treelist를 이용하여 만드는 예제입니다. https://www.telerik.com/kendo-vue-ui/components/treelist/get-started/ Vue TreeList Component Getting Started - Kendo UI for Vue Docs & Demos vue 2.6.11 or 3.0.0Contains the functionality necessary to define Vue components.@progress/kendo-licensingContains the internal infrastructure related to licensing.@progress/kendo-svg-iconsContains the SVG icons for the .. 2024. 1. 3. [Kendo UI + Spring Boot] whitelabel error page 404 에러 해결방법 (2가지 방법) 위 에러가 난 이유는 에러 페이지를 선언하지 않아서 나는 에러입니다. src/main/resources/static 안에 error 폴더를 만들어줍니다. error 폴더 안에 4xx.html , 5xx.html 파일을 만들어줍니다. 내용은 400번대 에러입니다. 대충 이런식으로 작성하면 위 에러가 아닌 400번대 에러입니다. 라는 문구가 보이게 됩니다. 2번째 방법입니다. 링크를 눌렀는데 에러가 난 경우에는 exam 이렇게 선언하셨을 겁니다. vue는 index.js 에다가 주소를 추가해줘야합니다. import ExamGrid from "../view/ExamGrid"; const routes = [ { path: "/ExamGrid", name: "ExamGrid", component: ExamGrid.. 2023. 11. 21. 이전 1 다음