<template>
<div>
<weather city="Paris" apiKey="random" />
</div>
</template>
<script>
import Weather from 'vue-weather-module'
import Vue from 'vue'
Vue.use(Weather)
...
</script>
Props | Type | Default | Description |
---|---|---|---|
apiKey | String, required | - | secret key to consume API endoint |
city | String, required | - | the city location of the weather |