📜  laravel 组件脚本 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:53:40.085000             🧑  作者: Mango

代码示例1
//you can write this in your parent component @stack('scripts'), 
//and in your child component you can write like this @push('scripts).

//your child component code will be like this

@push('scripts')