소스 검색

漏了site index页无障碍信息

任一存 3 년 전
부모
커밋
160981568c
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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>