|
@@ -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>
|