Skip to content

Commit

Permalink
feat: update nuxt docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dongkyuuuu committed Apr 30, 2023
1 parent 3f32653 commit a1add22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/start/nuxt.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default defineNuxtPlugin((nuxtApp) => {
nuxtApp.vueApp.use(createNaverMap, {
clientId: "your clientId", // Required
category: "ncp", // Optional
subModules: "", // Optional
subModules: [], // Optional, "panorama" | "geocoder" | "drawing" | "visualization"
});
});
```
Expand Down

0 comments on commit a1add22

Please sign in to comment.