Replies: 2 comments 3 replies
-
참고 url: https://router.vuejs.org/kr/guide/essentials/nested-routes.html 중첩 router를 쓰는 방법은 의외로 간단한듯.
|
Beta Was this translation helpful? Give feedback.
2 replies
-
👆 나의 구원자 이 페이지 참고하면서 했음 BoardRouter.js를 만들어 board와 관련된 url 정리를 해주었고, boardRouter로 export함 index.js import { createRouter, createWebHistory } from 'vue-router' export default createRouter({
}) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
중첩 router 사용 해야함
지금은 router index에 다 때려박았기 때문에, 코드 보기 왕 불편하다
Beta Was this translation helpful? Give feedback.
All reactions