MeiRiYiCheng_1_old/YBDevice.Web/Pages/Index.razor

8 lines
102 B
Plaintext
Raw Normal View History

2025-07-16 17:14:38 +08:00
@page "/"
@attribute [Authorize]
<h3>Index</h3>
<Button Type="primary">Primary</Button>
@code {
}