File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ php artisan vendor:publish --provider="DLP\DLPServiceProvider" --force
46
46
<td style="text-align:left;">多(单)选择器 Dot</td>
47
47
<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>
48
48
| <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>
50
50
</tr>
51
51
<tr>
52
52
<td style="text-align:left;">级联多选择器 CascadeDot</td>
@@ -77,3 +77,9 @@ php artisan vendor:publish --provider="DLP\DLPServiceProvider" --force
77
77
</tr>
78
78
</table >
79
79
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 >
You can’t perform that action at this time.
0 commit comments