Skip to content

Commit 87fe92a

Browse files
author
hikki
committed
8.1
1 parent 6a55c41 commit 87fe92a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/example.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ public function blank()
174174
$W = new Wing();
175175
$W->display('id')->label('序号');
176176
$W->text('title')->label('标题');
177-
$W->textarea('description')->label('描述');
178177
$W->datepicker('time')->label('时间选择器');
178+
$W->textarea('description')->label('描述');
179179
$W->html('test', '<p>松下紗栄子</p>')->label('自定义html');
180180
/*section 布局*/
181181
$W->section(function ($W){

0 commit comments

Comments
 (0)