mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-02 12:07:44 +08:00
c9656ca227
* feat(module: image): add image * add image preview * add locale
7 lines
133 B
C#
7 lines
133 B
C#
@namespace AntDesign
|
|
@inherits AntDomComponentBase
|
|
|
|
@foreach (string url in _previewList)
|
|
{
|
|
<ImagePreview ImageUrl="@url" />
|
|
} |