fix: use vue3 slot syntax
Signed-off-by: grnd-alt <github@belakkaf.net>
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
<AccountIcon v-if="board.acl.length > 0" />
|
||||
</template>
|
||||
|
||||
<template v-if="!deleted" slot="actions">
|
||||
<template v-if="!deleted" #actions>
|
||||
<template v-if="!isDueSubmenuActive">
|
||||
<NcActionButton icon="icon-info"
|
||||
:close-after-click="true"
|
||||
|
||||
Reference in New Issue
Block a user