chore: shorten provide

This commit is contained in:
Braks
2022-04-04 21:42:48 +02:00
parent 3f15983f3e
commit 4b0ac0a9b8
+1 -2
View File
@@ -76,8 +76,7 @@ if (edges && edges.value) {
)
}
const slots = useSlots()
provide(Slots, slots)
provide(Slots, useSlots())
</script>
<script lang="ts">
export default {