Kael

Results 390 comments of Kael

https://vuejs.org/api/composition-api-lifecycle.html#onmounted > A component is considered mounted after all of its synchronous child components have been mounted (does not include async components or components inside trees). The only safe ways...

Best to just assume everything is.

```html Item ``` Had a chat with John about this on monday, I have an idea for how to fix it.

I don't know what the reason for this was: 6969bf78a66b08b81c5d8da8a8ea54bb0b5aa3a4

https://github.com/vuetifyjs/vuetify/issues/17206#issuecomment-1529603656

useSize sets both width and height to the same value, chip sizes need to go through these mixins instead: https://github.com/vuetifyjs/vuetify/blob/d8fd2297d04b130a484b723aa9c21dff7546c9a1/packages/vuetify/src/components/VChip/_mixins.scss

This is similar to #16288

Focus is managed by the list now instead of faking it so it might be a bit trickier to ensure keyboard control still resumes from the most recent item.