Browse Source

漏了site index页无障碍信息

任一存 3 years ago
parent
commit
160981568c
1 changed files with 3 additions and 3 deletions
  1. 3 3
      web/src/views/bottom/Index.vue

+ 3 - 3
web/src/views/bottom/Index.vue

@@ -41,7 +41,7 @@
             }`"
             tabindex="0"
             aria-label="Link"
-            aria-description="item.title"
+            :aria-description="item.title"
           ></div>
         </div>
         <div class="tow">
@@ -57,7 +57,7 @@
             }`"
             tabindex="0"
             aria-label="Link"
-            aria-description="item.title"
+            :aria-description="item.title"
           ></div>
         </div>
         <div class="three">
@@ -73,7 +73,7 @@
             }`"
             tabindex="0"
             aria-label="Link"
-            aria-description="item.title"
+            :aria-description="item.title"
           ></div>
         </div>
       </div>