mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-11-30 02:58:13 +08:00
parent
469ece4b54
commit
192f2a4884
@ -58,6 +58,12 @@ $ dotnet add package AntDesign
|
||||
<script src="_content/AntDesign/js/ant-design-blazor.js"></script>
|
||||
```
|
||||
|
||||
- 在 `_Imports.razor` 中加入命名空间
|
||||
|
||||
```
|
||||
@using AntDesign
|
||||
```
|
||||
|
||||
然后在 Razor 模板中使用:
|
||||
|
||||
```html
|
||||
|
Loading…
Reference in New Issue
Block a user