Skip to content

Commit 39d9997

Browse files
committed
feat: 增加 Invoke 能力
1 parent f39f495 commit 39d9997

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/BootstrapBlazor.ImageCropper/ImageCropper.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@namespace BootstrapBlazor.Components
22
@inherits BootstrapModuleComponentBase
3-
@attribute [JSModuleAutoLoader("./_content/BootstrapBlazor.ImageCropper/ImageCropper.razor.js")]
3+
@attribute [JSModuleAutoLoader("./_content/BootstrapBlazor.ImageCropper/ImageCropper.razor.js", JSObjectReference = true)]
44

55
<div @attributes="@AdditionalAttributes" class="@ClassString" id="@Id">
66
<img src="@Url" class="bb-cropper-image" />

0 commit comments

Comments
 (0)