Skip to content

Commit c5ebb7c

Browse files
committed
1 parent 9eac4f1 commit c5ebb7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/composition-api-provide-inject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default {
3636
<!-- src/components/MyMarker.vue -->
3737
<script>
3838
export default {
39-
inject: ['location', 'longitude', 'latitude']
39+
inject: ['location', 'geolocation']
4040
}
4141
</script>
4242
```

0 commit comments

Comments
 (0)