Skip to content

Commit 749c5a4

Browse files
committed
feat: 增加 ISortableList 接口
1 parent 85171ca commit 749c5a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/BootstrapBlazor.Sortable/Components/SortableList.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace BootstrapBlazor.Components;
1010
/// <summary>
1111
/// SortableList 组件
1212
/// </summary>
13-
public partial class SortableList
13+
public partial class SortableList : ISortableList
1414
{
1515
/// <summary>
1616
/// 获得/设置 配置项实例 <see cref="SortableOption"/>

0 commit comments

Comments
 (0)