mirror of https://github.com/halo-dev/halo-admin
fix: @halo-dev/shared packages import location
Signed-off-by: Ryan Wang <i@ryanc.cc>pull/590/head
parent
2925775c9a
commit
08e2f2b2ce
|
@ -5,11 +5,9 @@ import { RouterView, useRoute, useRouter } from "vue-router";
|
||||||
import type { Ref } from "vue";
|
import type { Ref } from "vue";
|
||||||
import { onMounted, provide, ref, watch } from "vue";
|
import { onMounted, provide, ref, watch } from "vue";
|
||||||
import type { Plugin } from "@halo-dev/api-client";
|
import type { Plugin } from "@halo-dev/api-client";
|
||||||
import type {
|
import type { FormKitSetting, FormKitSettingSpec } from "@/types/formkit";
|
||||||
FormKitSetting,
|
import { BasicLayout } from "../layouts";
|
||||||
FormKitSettingSpec,
|
import { apiClient } from "@/utils/api-client";
|
||||||
} from "@halo-dev/admin-shared";
|
|
||||||
import { apiClient, BasicLayout } from "@halo-dev/admin-shared";
|
|
||||||
|
|
||||||
interface PluginTab {
|
interface PluginTab {
|
||||||
id: string;
|
id: string;
|
||||||
|
|
Loading…
Reference in New Issue