I have a project which is using vue-google-autocomplete and needs to dynamically change the types which the component autocomplete object accepts (in my case, toggling between addresses or cities.) Unfortunately, it appears that the types are only set on mount and not updated any other way.