Skip to content

Commit

Permalink
fix(docs): 📝 change import typo
Browse files Browse the repository at this point in the history
closes #8, #9
  • Loading branch information
Ricardo Ruiz authored and Ricardo Ruiz committed Oct 23, 2019
1 parent a374f9f commit e044bf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vuepress/components/AzureMap.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Use this component to create a map instance with some options.
</template>
<script>
import { AzureMap } from 'vue-azure-map'
import { AzureMap } from 'vue-azure-maps'
export default {
components: {
Expand Down
4 changes: 2 additions & 2 deletions vuepress/components/other/AzureMapDataSource.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Here is a an example using the `AzureMapDataSource` component to handle the data
</template>
<script>
import { AzureMap, AzureMapDataSource, AzureMapPoint } from 'vue-azure-map'
import { AzureMap, AzureMapDataSource, AzureMapPoint } from 'vue-azure-maps'
export default {
components: {
Expand Down Expand Up @@ -57,7 +57,7 @@ import {
AzureMapDataSource,
AzureMapPoint,
AzureMapSymbolLayer,
} from 'vue-azure-map'
} from 'vue-azure-maps'
export default {
components: {
Expand Down

0 comments on commit e044bf6

Please sign in to comment.