vuera icon indicating copy to clipboard operation
vuera copied to clipboard

Vue in React register global Vue.use()

Open MayRain1999 opened this issue 3 years ago • 0 comments

Hi I have the problem like

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

but in vue component can not find env authUrl register comonents

MayRain1999 avatar Dec 18 '20 17:12 MayRain1999