Brendan Mullins

Results 5 comments of Brendan Mullins

That's a good idea, however I'm not sure if ill find time for this in the near future. Feel free to make a PR if you want to.

Sounds like there is a bug when using the webpack api, ill look into this when I have time

I don't think this is really needed. If you really want to have a global configuration for all your directives I would do this with a vuex store object, this...

I was thinking you could define the config `something: {foo: 'bar'}` in your store, then in your component you get the config and pass it to your directive ``. I...

would it be so much easier to just do this with `:style` or even just a class? ```vue Nice to meet you ``` ```javascript primaryColor: _ => {color: this.config.theme.primaryColor} ```