Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
fixBug readme.md (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
teacher-zhou authored Dec 6, 2022
2 parents 4640f1b + 5e7aea9 commit bade2a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@

- 在 `wwwroot/index.html`(WebAssembly) 或 `Pages/_Host.cshtml`(Server) 中引入静态文件:
```html
<link rel=""stylesheet"" href=""_content/TDesign/tdesign-blazor.css"" />
<link rel=""stylesheet"" href="_content/TDesign/tdesign-blazor.css" />
<script src="_content/TDesign/tdesign-blazor.js"></script>
```
- 在 `_Imports.razor` 中加入命名空间
```cs
Expand Down

0 comments on commit bade2a5

Please sign in to comment.