提交 8eb363b7 authored 作者: hejie's avatar hejie

chore: 合并代码

上级 63a32e20
...@@ -340,8 +340,8 @@ declare module "vue" { ...@@ -340,8 +340,8 @@ declare module "vue" {
interface GlobalComponents {} interface GlobalComponents {}
interface ComponentCustomProperties { interface ComponentCustomProperties {
readonly EffectScope: UnwrapRef<(typeof import("vue"))["EffectScope"]>; readonly EffectScope: UnwrapRef<(typeof import("vue"))["EffectScope"]>;
readonly ElMessageBox: UnwrapRef< readonly ElMessage: UnwrapRef<
(typeof import("element-plus/es"))["ElMessageBox"] (typeof import("element-plus/es"))["ElMessage"]
>; >;
readonly acceptHMRUpdate: UnwrapRef< readonly acceptHMRUpdate: UnwrapRef<
(typeof import("pinia"))["acceptHMRUpdate"] (typeof import("pinia"))["acceptHMRUpdate"]
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论