mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
refactor: properly pass scoped slots
This commit is contained in:
parent
03b136478a
commit
4abbb4b2fc
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
flush
|
||||
>
|
||||
<!-- PASS THE DEFAULT SLOT WITH SCOPE TO NEXT NESTED COMPONENT -->
|
||||
<template slot="default" slot-scope="scope">
|
||||
<template #default="scope">
|
||||
<slot name="default" v-bind="scope" />
|
||||
</template>
|
||||
</RecursiveListGroup>
|
||||
|
|
Loading…
Reference in a new issue