From e4489d1f756737b9d9d13e1b8b4f7d25d574b72c Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期三, 15 十月 2025 19:11:04 +0800
Subject: [PATCH] release: @12333/bMiniApp v1.1.4
---
apps/cMiniApp/auto-imports.d.ts | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/apps/cMiniApp/auto-imports.d.ts b/apps/cMiniApp/auto-imports.d.ts
index e2b9d41..6ba5ad4 100644
--- a/apps/cMiniApp/auto-imports.d.ts
+++ b/apps/cMiniApp/auto-imports.d.ts
@@ -104,7 +104,7 @@
// for type re-export
declare global {
// @ts-ignore
- export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
+ export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
import('vue')
// @ts-ignore
export type { BackType, BackType } from './src/constants/enum'
--
Gitblit v1.9.1