akxcv / vuera

:eyes: Vue in React, React in Vue. Seamless integration of the two. :dancers:
MIT License
4.3k stars 242 forks source link

Vue in React register global Vue.use() #129

Open MayRain1999 opened 3 years ago

MayRain1999 commented 3 years ago

Hi I have the problem like

Vue.use(wfc, {
  env:env,
  authUrl: `url`,
});

but in vue component can not find env authUrl register comonents