Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我有一个产品页面,买家可以在其中向卖家提问,并且问题会像在亚马逊中一样公开显示。是否可以单独使用 Laravel Livewire 制作该部分并包含在现有刀片组件中?
是的,您可以使用 @livewire('component_name') 在现有刀片文件中添加 livewire 组件。如果您使用的是 Laravel 7,则可以使用