import { o as e, c as t, a as o, w as r, b as n, r as s, d as a, e as u, f as l } from "./vendor.30acece7.js"; let i; const d = {}, p = n(" This is "), c = o("b", null, "home", -1), m = n(" page. "), h = o("br", null, null, -1), f = n(" Go to "), b = n("About"), v = n(" page "); var E = a({ routes: [ { path: "/", name: "Home", component: { expose: [], setup: n => (n, a) => { const u = s("router-link"); return e(), t("div", null, [ p, c, m, h, f, o(u, { to: "/about" }, { default: r((() => [ b ])), _: 1 }), v ]); } } }, { path: "/about", name: "About", component: () => function(e, t) { if (void 0 === i) { const e = document.createElement("link").relList; i = e && e.supports && e.supports("modulepreload") ? "modulepreload" : "preload"; } return Promise.all("__VITE_PRELOAD__".map((e => { if (e in d) return; d[e] = !0; const t = e.endsWith(".css"), o = t ? '[rel="stylesheet"]' : ""; if (document.querySelector(`link[href="${e}"]${o}`)) return; const r = document.createElement("link"); return r.rel = t ? "stylesheet" : i, t || (r.as = "script", r.crossOrigin = ""), r.href = e, document.head.appendChild(r), t ? new Promise(((e, t) => { r.addEventListener("load", e), r.addEventListener("error", t); })) : void 0; }))).then((() => import("./About.d4daf36e.js"))); }() } ], history: u() }); l({ expose: [], setup: o => (o, r) => { const n = s("router-view"); return e(), t(n); } }).use(E).mount("#app");