|
@ -167,6 +167,7 @@ |
|
|
</template> |
|
|
</template> |
|
|
|
|
|
|
|
|
<script> |
|
|
<script> |
|
|
|
|
|
import { defineAsyncComponent } from "vue"; |
|
|
import { useToast } from "vue-toastification" |
|
|
import { useToast } from "vue-toastification" |
|
|
const toast = useToast() |
|
|
const toast = useToast() |
|
|
import Confirm from "../components/Confirm.vue"; |
|
|
import Confirm from "../components/Confirm.vue"; |
|
@ -176,7 +177,7 @@ import Datetime from "../components/Datetime.vue"; |
|
|
import CountUp from "../components/CountUp.vue"; |
|
|
import CountUp from "../components/CountUp.vue"; |
|
|
import Uptime from "../components/Uptime.vue"; |
|
|
import Uptime from "../components/Uptime.vue"; |
|
|
import Pagination from "v-pagination-3"; |
|
|
import Pagination from "v-pagination-3"; |
|
|
import PingChart from "../components/PingChart.vue"; |
|
|
const PingChart = defineAsyncComponent(() => import("../components/PingChart.vue")); |
|
|
|
|
|
|
|
|
export default { |
|
|
export default { |
|
|
components: { |
|
|
components: { |
|
|