Fix linting

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv)
2021-04-26 13:04:17 +02:00
committed by Julius Härtl
parent 4ff505934b
commit a1abf91b40
6 changed files with 13 additions and 13 deletions

View File

@@ -29,7 +29,7 @@
:loading="loading"
@hide="() => {}"
@markDone="() => {}">
<template v-slot:default="{ item }">
<template #default="{ item }">
<a :key="item.id"
:href="cardLink(item)"
target="_blank"