File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 55 Linear 数据表单控件
66 plane 弹出层组件
77
8+ [ demo] ( https://codepen.io/ydtg1993-the-bashful/pen/rNdWade )
9+
10+ ### 安装
11+ ``` shell script
12+ composer require dlp/component-js
13+ ```
14+ ### 发布
15+ ``` shell script
16+ php artisan vendor:publish --provider=" DLP\DLPServiceProvider"
17+ ```
18+
819<table >
920 <tr>
1021 <th style="text-align:left;">名称</td>
3041 <tr>
3142 <td style="text-align:left;">数据表单控件</td>
3243 <td style="text-align:left;">二维数组 [[col=>val,col2=>val2,...],...]</td>
33- <td style="text-align:left;">支持拖拽排序</td>
44+ <td style="text-align:left;">支持拖拽排序 弥补JSON组件对字段类型依赖不可排序问题 </td>
3445 <td style="text-align:left;"><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L164'>调用Linear</a></td>
3546 </tr>
3647 <tr>
5869 </tr>
5970</table >
6071
61- [ demo] ( https://codepen.io/ydtg1993-the-bashful/pen/rNdWade )
62-
63- ### 安装
64- ``` shell script
65- composer require dlp/component-js
66- ```
67- ### 发布
68- ``` shell script
69- php artisan vendor:publish --provider=" DLP\DLPServiceProvider"
70- ```
71-
You can’t perform that action at this time.
0 commit comments