mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-23 16:30:45 +01:00
fix(Toaster): proxy slot from App
This commit is contained in:
@@ -112,5 +112,7 @@ function getOffset (index: number) {
|
||||
@mouseenter="hovered = true"
|
||||
@mouseleave="hovered = false"
|
||||
/>
|
||||
|
||||
<slot />
|
||||
</ToastProvider>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user