From 487d34116a98d4f6f3ddb28d0895f400579d12f5 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期五, 26 九月 2025 20:22:06 +0800 Subject: [PATCH] release: @12333/bMiniApp v1.1.3 --- 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