vuera icon indicating copy to clipboard operation
vuera copied to clipboard

Vue.js Global Mixin

Open goaround opened this issue 5 years ago • 1 comments

Hi,

is there a way to provide a global mixin to the Vue instance?

e. g. import { VueWrapper } from 'vuera' VueWrapper.mixin( { ... } )

goaround avatar Mar 14 '19 08:03 goaround

Hi I have the same problem like

vue in react

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