improved index lists #1259

This commit is contained in:
2022-03-10 21:47:52 +01:00
parent 9f806420d5
commit deb3bf1d99
9 changed files with 245 additions and 41 deletions
+3 -3
View File
@@ -6,10 +6,10 @@
:href="item.url"
@click.prevent="onclick"
@keyup.enter="onclick"
v-html="item.title"
/>
>
<span class="title" v-html="item.title" /> <span class="quantity">[{{ item.texts.length }}]</span>
</a>
</h1>
<p>{{ item.type }}</p>
</header>
</article>
</template>