Languages

Version

Theme

组件

在面板之外渲染通知

简介

要在你的应用中渲染通知,请确保 notifications Livewire 组件在布局中实现了渲染:

<div>
    @livewire('notifications')
</div>

现在,当从 Livewire 请求发送通知时, 它将会显示给用户。

Edit on GitHub

Still need help? Join our Discord community or open a GitHub discussion

Previous
在 Blade 视图中渲染信息列表