vue-fullscreen-background-map
v1.0.3
Published
vue-fullscreen-background-map is Google Map background pointing on a given location.
Downloads
4
Readme
vue-fullscreen-background-map
VueJS full screen background Google Map on a given location
Install
npm install --save vue-fullscreen-background-map
Usage
Just import the FullScreenBackgroundMap
component where you want to see it !
<template>
<FullScreenBackgroundMap location="Genève" />
</template>
<script>
import FullScreenBackgroundMap from 'vue-fullscreen-background-map'
export default {
components: {
FullScreenBackgroundMap
}
}
</script>
Props
- location Location query for Google Maps (string)