Skip to content

Commit fb392e7

Browse files
committedDec 21, 2023
pkp/pkp-lib#8919 Add missing #default slot, which makes the $slots.default check works in vue3
1 parent eeff30e commit fb392e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎templates/stats/issues.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
:row="row"
215215
:tabindex="!rowIndex && !columnIndex ? 0 : -1"
216216
>
217-
<template v-if="column.name === 'title'">
217+
<template #default v-if="column.name === 'title'">
218218
<a
219219
:href="row.issue.publishedUrl"
220220
class="pkpStats__itemLink"

0 commit comments

Comments
 (0)
Please sign in to comment.