Update index.vue

This commit is contained in:
Mr Swift
2024-03-12 00:49:57 +03:30
parent 8ca735c00f
commit 95407cec57
+1 -1
View File
@@ -131,7 +131,7 @@
{{ item.title }} {{ item.title }}
</h4> </h4>
<p> <p>
{{ item.description }} {{ item.description.substring(0, 100) + "..." }}
</p> </p>
</div> </div>
</div> </div>