Anderson Entwistle

Results 40 comments of Anderson Entwistle

I am having the same issue. As [mentioned](https://github.com/fawmi/vue-google-maps/issues/70#issuecomment-973628666), this is completely unrelated to Vite. ```vue ``` This renders the map as shown in the [screenshot](https://github.com/fawmi/vue-google-maps/issues/70#issue-1025946755) above - it has some...

So I think this could definitely be a new component. I have a feeling it would be pretty low priority. > unusual to use classes in Vue Yes but there...

Theoretically, you ~bind~ model the center and then you have it. Or, at least as a user that is what I would expect. Can you confirm whether that is working?...

Oops - of course binding it wouldn't propagate the update back. I would still consider this an issue, because this should be available through `v-model` here. [With the power of...

> 1. Is there a way to import the component within another component and not in the main file? (so avoiding the app.use syntax) This is a good question and...

This would be very helpful when wrapping vanilla JS libraries that have APIs for HTMLElement / HTML string. I am in this situation now with [AG Grid `cellRenderer`](https://www.ag-grid.com/javascript-data-grid/component-cell-renderer/#cell-renderer-component). The only...

I am guessing that not only are components being cut, but also props? For example, Menu is missing a fantastic amount of props functionality - https://vuetifyjs.com/en/api/v-menu/#props https://next.vuetifyjs.com/en/api/v-menu/#props I need `left`...

I was imagining the combination of `offset-y` and `left`, which is now done with `anchor="bottom end"`. Thanks for the tip with `anchor`, I missed that in the Menu docs. Thanks...

@Mister-Hope I find it unclear whether that is a blog plugin or a theme, or where the divide is there. It is made worse because the repo and documentation are...

Is that what you are discussing in [vuepress/vuepress-next #54](https://github.com/vuepress/vuepress-next/issues/54)? > I will start rebuilding awesome vuepress project these days to split v1 and v2 > once meteorlxy has time, we...