From 522cd8ef9e354e45c6e15b3577ae43967a153b64 Mon Sep 17 00:00:00 2001
From: Moriz Wahl {{ option.groupName | truncate(70) }}
+
{ if (!this.isTag(item)) { this.$router.push({ - name: this.isPost(item) ? 'post-id-slug' : 'profile-id-slug', + name: this.getRouteName(item), params: { id: item.id, slug: item.slug }, }) } else {