facing-dev/vue-facing-decorator

Component mixins provide

Opened this issue · 0 comments

How to do that

@Component({
  mixins: [{
    provide: {
      [key]: do some things 
    }
  }]
})

https://vuejs.org/api/options-composition.html#mixins