mirror of
https://github.com/halo-dev/halo.git
synced 2025-12-20 16:44:38 +08:00
Rename @halo-dev/console-shared to @halo-dev/ui-shared (#7926)
#### What type of PR is this? /area ui /kind api-change /milestone 2.22.x #### What this PR does / why we need it: See #7925 #### Which issue(s) this PR fixes: Fixes #7925 #### Special notes for your reviewer: #### Does this PR introduce a user-facing change? ```release-note 将 `@halo-dev/console-shared` 重命名为 `@halo-dev/ui-shared` ```
This commit is contained in:
@@ -27,8 +27,8 @@ import {
|
||||
VButton,
|
||||
VPageHeader,
|
||||
} from "@halo-dev/components";
|
||||
import type { EditorProvider } from "@halo-dev/console-shared";
|
||||
import { FormType, utils } from "@halo-dev/console-shared";
|
||||
import type { EditorProvider } from "@halo-dev/ui-shared";
|
||||
import { FormType, utils } from "@halo-dev/ui-shared";
|
||||
import { useLocalStorage } from "@vueuse/core";
|
||||
import { useRouteQuery } from "@vueuse/router";
|
||||
import type { AxiosRequestConfig } from "axios";
|
||||
|
||||
Reference in New Issue
Block a user