vue3에서는 history mode 적용 방법이 조금 다른것같아 남겨봅니다.
import { createRouter , createWebHistory } from 'vue-router'
export const router = new createRouter({
history: createWebHistory(),
🔥딱 8일간! 인프런x토스x허먼밀러 역대급 혜택
vue3에서는 history mode 적용 방법이 조금 다른것같아 남겨봅니다.
import { createRouter , createWebHistory } from 'vue-router'
export const router = new createRouter({
history: createWebHistory(),