要创建一个渲染内联视图的组件,您可以在运行 make:component 命令时使用 inline 选项:
make:component
inline
php artisan make:component Alert --inlineCopy
php artisan make:component Alert --inline
关闭