Unverified Commit 259bbd13 authored by Catherine Luse's avatar Catherine Luse Committed by GitHub
Browse files

Give example for passing in local custom icon

parent 5b4d60ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ To use custom icon, pass `:icon` prop. You can pass a local resource or an image
  </GMapMap>
</template>
```

Local resources can be passed in using `require`, for example: `:icon="require('@/assets/images/place-icon.svg').default"`.

You can also pass an object to the icon `prop` to define custom size and label origin: