feat: 為列表元件添加角色屬性以改善可訪問性

This commit is contained in:
skytek_xinliang
2026-03-31 15:03:22 +08:00
parent 8dbae6c614
commit da96d64f75
5 changed files with 144 additions and 136 deletions
@@ -1,6 +1,6 @@
<template>
<v-sheet class="mobile-menu-panel d-flex flex-column" color="surface">
<v-list class="px-2 py-2 flex-grow-1 overflow-auto" density="comfortable">
<v-list role="none" class="px-2 py-2 flex-grow-1 overflow-auto" density="comfortable">
<v-list-item
v-for="item in mobileCurrentItems"
:key="item.path ?? item.title"