mirror of
https://github.com/IoTManagerProject/IoTManagerWeb.git
synced 2026-03-29 08:22:32 +03:00
modal
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
import Toggle from "./widgets/Toggle.svelte";
|
||||
import Anydata from "./widgets/Anydata.svelte";
|
||||
|
||||
//import Modal from "svelte-simple-modal";
|
||||
import Content from "./Content.svelte";
|
||||
import Modal from "svelte-simple-modal";
|
||||
|
||||
import Chart from "svelte-frappe-charts";
|
||||
|
||||
@@ -705,6 +706,9 @@
|
||||
<Route path="/about">
|
||||
<Card title={"Пример графика"}>
|
||||
<Chart data={datachart} type="line" />
|
||||
<Modal>
|
||||
<Content />
|
||||
</Modal>
|
||||
</Card>
|
||||
</Route>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user