diff --git a/README.md b/README.md index 68de494c8..dd418050b 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,10 @@ Or use the power of Vue.js within a google map like this: position: {lat: 11.0, lng: 11.0} }] } + }, + components: { + Map, + Marker } }