Commit d5555342 authored by Culdred's avatar Culdred
Browse files

docs: add route to Zoom component

parent 06e0b69e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ const routes = [
  { path: "/", component: Home },
  { path: "/marker", component: () => import("./views/Marker.vue") },
  { path: "/circle", component: () => import("./views/Circle.vue") },
  { path: "/control-zoom", component: () => import("./views/ControlZoom.vue") },
];

const router = createRouter({