1👍
✅
Use the open-strategy
prop as multiple
.
<template>
<v-card class="mx-auto" width="300">
<v-list v-model:opened="open" open-strategy="multiple">
...
</v-list>
</v-card>
</template>
Source:stackexchange.com