Loading src/playground/index.js +1 −0 Original line number Diff line number Diff line Loading @@ -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({ Loading Loading
src/playground/index.js +1 −0 Original line number Diff line number Diff line Loading @@ -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({ Loading