import router from "../router/index.js"; export const toPath = (path) => { router.push(path).then(); }