Luca Ban
Luca Ban
Is there any manual work-around you can advise for the time being? Thanks a lot!!
I went with this method. Maybe it can be added to the ReadMe. ```html
@posva Thanks. I had stop using my method, because I realised it was blocking all other hotkey's as well!! Anyway, this is how my config looks like: I was thinking,...
One other way would be to define a new prop/event for `GlobalEvents` where we could pass on stuff like so: ```vue ``` And have some sort of settings file where...
I hope you can change the syntax to `direction: 'asc'` and `direction: 'desc'`, because lots of people are more used to this IMO!
Hi @CelticParser if you are going to use vuex easy firestore i would advice using that stand alone at first. There is nothing you can't do with just that library....
No. I made a new library for Vue 3 that doesn't need Vuex any more, it has its own Reactivity built in. The docs are here: [Magnetar](https://magnetar.cycraft.co)
Yes you need to manually add that. Here is the setup documentation that shows that :) https://mesqueeb.github.io/vuex-easy-access/setup.html#setup
Hi @adenvt This package is not compatible with NUXT. I personally have never used Nuxt or SSR, so if you can help me with making it compatible that would be...
@adenvt I've updated some dependencies, pushed a new minor version, and made sure the release version here on github and npm are the same now! 😊