const router = createRouter({ history: createWebHistory(), routes });
const router = createRouter({ history: createWebHashHistory(), routes });