demo/Pages/Dashboard/Monitor/Components/Charts/Map/Map.razor

10 lines
122 B
Plaintext
Raw Normal View History

2024-06-21 16:48:24 +08:00
@namespace antblazorpro.Pages.Dashboard.Monitor
@inherits AntDomComponentBase
<div id="container-map"></div>
@code
{
}