From 2fc8d57f504f16bbf7f9787124cebba80e8902b7 Mon Sep 17 00:00:00 2001 From: zhf <1204297681@qq.com> Date: Tue, 30 Sep 2025 19:20:05 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=A1=A5=E5=85=85IBizVue3=E5=8F=98?= =?UTF-8?q?=E9=87=8F=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 061cce496b..723dd2e17c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -7,3 +7,4 @@ export * from './view-engine'; export * from './util'; export { i18n } from './locale'; export * from './mob-app'; +export { default as IBizVue3 } from './ibiz-vue3'; -- Gitee