Skip to content

Commit db50b0a

Browse files
author
hikki
committed
2 parents ef17f26 + 17d35bb commit db50b0a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

readme.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@
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>
@@ -30,7 +41,7 @@
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>
@@ -58,14 +69,3 @@
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-

0 commit comments

Comments
 (0)