📜  组件 laravel - TypeScript 代码示例

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

代码示例5
/**
 * Create the component instance.
 *
 * @param  string  $alertType
 * @return void
 */
public function __construct($alertType)
{
    $this->alertType = $alertType;
}