Update to modern slot syntax

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-04-16 18:13:17 +02:00
parent 6eb42660d5
commit fb821ac455
8 changed files with 11 additions and 11 deletions

View File

@@ -33,7 +33,7 @@
:label="$t('Username')"
searchable
>
<template slot="searchable" slot-scope="props">
<template #searchable="props">
<b-input
v-model="props.filters.preferredUsername"
placeholder="Search..."
@@ -68,7 +68,7 @@
</b-table-column>
<b-table-column field="domain" :label="$t('Domain')" searchable>
<template slot="searchable" slot-scope="props">
<template #searchable="props">
<b-input
v-model="props.filters.domain"
placeholder="Search..."