From f06e3f604940f534e1e52abd765cab33fc02f0f0 Mon Sep 17 00:00:00 2001 From: "Maxim.Kolmakov" Date: Thu, 12 Sep 2024 17:27:57 +0200 Subject: [PATCH] Broken import --- dashboard/new-dashboard/src/PageHeader.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/dashboard/new-dashboard/src/PageHeader.vue b/dashboard/new-dashboard/src/PageHeader.vue index e14828e6..42742e66 100644 --- a/dashboard/new-dashboard/src/PageHeader.vue +++ b/dashboard/new-dashboard/src/PageHeader.vue @@ -59,6 +59,7 @@ import { computed, ref, useTemplateRef } from "vue" import { useRouter } from "vue-router" import { getNavigationElement, PRODUCTS } from "./routes" import { ServerWithCompressConfigurator } from "./configurators/ServerWithCompressConfigurator" +import { asyncComputed } from "@vueuse/core" const currentPath = useRouter().currentRoute const products = PRODUCTS.map((product) => ({ ...product, url: product.children[0].tabs[0].url })) //default to the first element in the first subproject