@types/vue3-google-map availability #237
-
Currently no component is being found using typescript and composition API. For instance this is my code:
Is this package usable for vue components using typescript? |
Beta Was this translation helpful? Give feedback.
Answered by
HusamElbashir
Aug 31, 2022
Replies: 1 comment
-
Yes it should be usable with typescript. If you're having issues make sure to include |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
HusamElbashir
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @alessandrorubio
Yes it should be usable with typescript. If you're having issues make sure to include
@types/google.maps
in yourdevDependencies
.