初始化仓库
This commit is contained in:
17
admin/components/UI/Elements/Button.php
Normal file
17
admin/components/UI/Elements/Button.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
namespace admin\components\UI\Elements;
|
||||
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: chatfeed
|
||||
* Date: 2022/5/19
|
||||
* Time: 7:40 PM
|
||||
*/
|
||||
class Button extends Element
|
||||
{
|
||||
public string $nodeName = 'a-button';
|
||||
public string $child = '提交';
|
||||
public string $type='primary';
|
||||
public string $htmlType = 'submit';
|
||||
public string $vbindLoading = 'loading';
|
||||
}
|
||||
Reference in New Issue
Block a user