Josh King

Results 21 comments of Josh King

@antfu Update will be done this weekend

Hi @Kulcanhez! VueCosha is a directive, therefore it has to be registered using the `Vue.use` method. Is there a specific use case that you would want to import like this?

Hi @Kulcanhez, I have looked into this more and found that you can actually load the directive per component! ``` import VueCosha from 'vue-cosha' export default { directives: { cosha:...

Hi @infacto! I don't think this implementation would fit the animejs style currently - at least not in terms of a built in function. As @web2033 stated above a more...

I like this idea, I'll take a look at the implementation this weekend.

Thanks for all the great thoughts on this feature - we will look into including it on the next major version (or maybe minor depending on scope)

@lupas I've implemented this in my private version and would be happy to integrate into the module if you'd like

Leaving this here for anyone else that may need it; ``` /** * Temporary workaround for @nuxt-community/tailwindcss-module. * * Reported: 2022-05-23 * See: [Issue tracker](https://github.com/nuxt-community/tailwindcss-module/issues/480) */ devServerHandlers: [], ``` Thanks...

Hi @allocenx, Before I take a look on this have you been able to fix this?

@tleish If you can create a pull request, I'd be happy to take a look