So you know, there is now a much faster way to disable the active state on a v-btn:
<v-btn :active="false">
Mentioned here: https://github.com/vuetifyjs/vuetify/issues/8172
KaelWD added a commit that referenced this issue on Sep 15, 2022
@KaelWD
feat(VBtn): inherit active route state …
b1b1740
Can be prevented with :active="false", same as VListItem