feat: 為列表元件添加角色屬性以改善可訪問性
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<v-sheet class="mobile-favorites-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 favoriteItems"
|
||||
:key="item.path ?? item.title"
|
||||
|
||||
Reference in New Issue
Block a user