Opens links on Enter, in a new tab and a couple other final things
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
v-for="item in items"
|
||||
:key="`${groupId}-${item.id}`"
|
||||
:id="`${groupId}-${item.id}`"
|
||||
:url="item.url"
|
||||
:title="item.title"
|
||||
:description="item.description"
|
||||
:icon="item.icon"
|
||||
|
||||
Reference in New Issue
Block a user