Skip to content

Commit 3c002a6

Browse files
author
hikki
committed
7.1
1 parent cd43a26 commit 3c002a6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

readme.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ php artisan vendor:publish --provider="DLP\DLPServiceProvider" --force
4646
<td style="text-align:left;">多(单)选择器 Dot</td>
4747
<td style="text-align:left;"><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L156'>->select</a>
4848
| <a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L163'>->dot</a></td>
49-
<td style="text-align:left;"></td>
49+
<td style="text-align:left;">select下拉列表模式 | dot选择器模式</td>
5050
</tr>
5151
<tr>
5252
<td style="text-align:left;">级联多选择器 CascadeDot</td>
@@ -77,3 +77,9 @@ php artisan vendor:publish --provider="DLP\DLPServiceProvider" --force
7777
</tr>
7878
</table>
7979

80+
### JS调用
81+
82+
<link rel="stylesheet" href="../component.css">
83+
<script src="../component.js"></script>
84+
85+
<a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/index.html#L175'>JS调用示例参见</a>

0 commit comments

Comments
 (0)