Skip to content

Commit 80d8ad2

Browse files
authored
feat(Vditor): bump version 10.0.3 (#7688)
* doc: 增加注释文档 * chore: bump version 10.0.3
1 parent 81f8a34 commit 80d8ad2

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

src/BootstrapBlazor.Server/BootstrapBlazor.Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<PackageReference Include="BootstrapBlazor.Topology" Version="10.0.0" />
8282
<PackageReference Include="BootstrapBlazor.UniverIcon" Version="10.0.0" />
8383
<PackageReference Include="BootstrapBlazor.UniverSheet" Version="10.0.10" />
84-
<PackageReference Include="BootstrapBlazor.Vditor" Version="10.0.2" />
84+
<PackageReference Include="BootstrapBlazor.Vditor" Version="10.0.3" />
8585
<PackageReference Include="BootstrapBlazor.VideoPlayer" Version="10.0.0" />
8686
<PackageReference Include="BootstrapBlazor.WinBox" Version="10.0.0" />
8787
<PackageReference Include="Longbow.Logging" Version="10.0.0" />

src/BootstrapBlazor.Server/Components/Samples/Vditors.razor

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,9 @@
5252
</DemoBlock>
5353

5454
<AttributeTable Type="typeof(Vditor)"></AttributeTable>
55+
56+
<AttributeTable Type="typeof(VditorOptions)"></AttributeTable>
57+
58+
<AttributeTable Type="typeof(VditorMode)"></AttributeTable>
59+
60+
<AttributeTable Type="typeof(VditorIconStyle)"></AttributeTable>

0 commit comments

Comments
 (0)