We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85171ca commit 749c5a4Copy full SHA for 749c5a4
1 file changed
src/components/BootstrapBlazor.Sortable/Components/SortableList.razor.cs
@@ -10,7 +10,7 @@ namespace BootstrapBlazor.Components;
10
/// <summary>
11
/// SortableList 组件
12
/// </summary>
13
-public partial class SortableList
+public partial class SortableList : ISortableList
14
{
15
16
/// 获得/设置 配置项实例 <see cref="SortableOption"/>
0 commit comments