{"version":3,"file":"customRouter.mjs","sources":["../../src/composables/customRouter.ts"],"sourcesContent":["import { getCurrentInstance, computed } from 'vue';\n\nexport function useCustomRouter() {\n  const instance = getCurrentInstance();\n\n  const route = computed(() => instance?.proxy?.$route);\n  const router = computed(() => instance?.proxy?.$router);\n\n  return {\n    route,\n    router\n  };\n}"],"names":[],"mappings":";AAEO,SAAS,kBAAkB;AAChC,QAAM,WAAW;AAEjB,QAAM,QAAQ,SAAS,MAAA;;AAAM,sDAAU,UAAV,mBAAiB;AAAA,GAAM;AACpD,QAAM,SAAS,SAAS,MAAA;;AAAM,sDAAU,UAAV,mBAAiB;AAAA,GAAO;AAE/C,SAAA;AAAA,IACL;AAAA,IACA;AAAA,EAAA;AAEJ;"}