From 16bfcbfd239023ec1cf65aeb1db5406b2ccfdfb1 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期五, 21 二月 2025 10:11:54 +0800 Subject: [PATCH] feat: 我的 --- apps/taro/src/app.ts | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/apps/taro/src/app.ts b/apps/taro/src/app.ts index 5039280..97fc876 100644 --- a/apps/taro/src/app.ts +++ b/apps/taro/src/app.ts @@ -10,6 +10,7 @@ import Taro from '@tarojs/taro'; import { VueQueryPlugin, VueQueryPluginOptions } from '@tanstack/vue-query'; import { myClient } from '@/constants/query'; +import { VueLifeRechargePlugin, BlLifeRecharge } from '@life-payment/components'; window.uni = Taro; @@ -82,4 +83,10 @@ App.use(VueQueryPlugin, vueQueryPluginOptions); +const blLifeRecharge = new BlLifeRecharge(); + +App.use(VueLifeRechargePlugin, { + blLifeRecharge, +}); + export default App; -- Gitblit v1.9.1