We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a55c41 commit 87fe92aCopy full SHA for 87fe92a
test/example.php
@@ -174,8 +174,8 @@ public function blank()
174
$W = new Wing();
175
$W->display('id')->label('序号');
176
$W->text('title')->label('标题');
177
- $W->textarea('description')->label('描述');
178
$W->datepicker('time')->label('时间选择器');
+ $W->textarea('description')->label('描述');
179
$W->html('test', '<p>松下紗栄子</p>')->label('自定义html');
180
/*section 布局*/
181
$W->section(function ($W){
0 commit comments