The docs specify a bounds prop here: https://soal.github.io/vue-mapbox/api/#bounds
However, I am unable to get this prop working. After looking at the source code it looks like there is actually not an option to pass bounds. There is an initialBounds prop but it looks like that doesn't do anything either.
I think this may be a version issue? I have version 0.4.1 installed which is the latest on npm.
The docs specify a
boundsprop here: https://soal.github.io/vue-mapbox/api/#boundsHowever, I am unable to get this prop working. After looking at the source code it looks like there is actually not an option to pass bounds. There is an
initialBoundsprop but it looks like that doesn't do anything either.I think this may be a version issue? I have version
0.4.1installed which is the latest on npm.