Skip to content

Commit

Permalink
feat(infowindow): register infowindow components
Browse files Browse the repository at this point in the history
  • Loading branch information
Dongkyuuuu committed Sep 26, 2021
1 parent 0c8e311 commit 5542b2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
import { install } from "./config";
import NaverMaps from "./components/Map.vue";
import NaverMarker from "./components/Marker.vue";
import NaverInfoWindow from "./components/InfoWindow.vue";

// export * from "./apis";
export { naverV3 } from "./types";

/**
* Export Components
*/
export { NaverMaps, NaverMarker };
export { NaverMaps, NaverMarker, NaverInfoWindow };

export default install;

0 comments on commit 5542b2e

Please sign in to comment.