Freddy

Results 24 comments of Freddy

In main.js, simply do ``` Vue.mixin({ mixins: [ clickaway ] }) ``` Anything you define inside Vue.mixin, is globally available, that be data, methods, computed or more mixins.

@dogancelik You do realize the solution to the problem is inside the issue you're linking to right? And it's a solution you have to implement in your "Not-fancy-code" ? :P

Agreed, you only support the latest browsers anyways, so why wouldn't you make multi-themes (Dark mode for instance) super easy and use CSS variables instead of SASS variables?

I'm assuming this would allow for commands to be executed on the end destination, as in, first do the actual server switch, then when on the new server, perform certain...

> but the problem is that there is really no way (expect seeing that I have no refresh token) for me to know if `saveToken()` is being called to save...

In need of this as well :)

It's caused by the lack of a `box-sizing: content-box;` so it's inheriting whatever the parent is using.

FYI, this isn't an issue on my end. Get 0,0,0 and 255,255,255 just fine.