File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/BootstrapBlazor.Server
Components/Samples/Sockets Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 6868 <PackageReference Include =" BootstrapBlazor.RDKit" Version =" 9.0.2" />
6969 <PackageReference Include =" BootstrapBlazor.SignaturePad" Version =" 9.0.1" />
7070 <PackageReference Include =" BootstrapBlazor.SmilesDrawer" Version =" 9.0.2" />
71- <PackageReference Include =" BootstrapBlazor.Socket" Version =" 9.0.6 " />
71+ <PackageReference Include =" BootstrapBlazor.Socket" Version =" 9.0.10 " />
7272 <PackageReference Include =" BootstrapBlazor.Sortable" Version =" 9.0.3" />
7373 <PackageReference Include =" BootstrapBlazor.Splitting" Version =" 9.0.3" />
7474 <PackageReference Include =" BootstrapBlazor.SvgEditor" Version =" 9.0.4" />
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ class MockEntity
4141 </ul >
4242 <p >组件库内置了大量数据类型转换器</p >
4343 <ul class =" ul-demo" >
44+ <li ><code >DataByteConverter</code > 转成 byte 类型</li >
4445 <li ><code >DataByteArrayConverter</code > 转成 byte[] 数组类型</li >
4546 <li ><code >DataStringConverter</code > 转成 string 字符串类型</li >
4647 <li ><code >DataEnumConverter</code > 转成 enum 枚举类型</li >
You can’t perform that action at this time.
0 commit comments