Skip to content

Commit 170be15

Browse files
committed
refactor: 更正 disabled 方法名
1 parent 8f8ded8 commit 170be15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/BootstrapBlazor.Vditor/Vditor.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public async ValueTask DisableAsync()
189189
{
190190
if (_vditor != null)
191191
{
192-
await _vditor.InvokeVoidAsync("disable");
192+
await _vditor.InvokeVoidAsync("disabled");
193193
}
194194
}
195195

0 commit comments

Comments
 (0)