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;