eyalb
eyalb
I'm thinking of trying vue-supply for the same reason (reactive collections available through vuex store)... have you solved this SSR issue? I'm also looking for info for the use cases...
Is there a way to use vue-meteor-tracker inside the store, or are you just using meteor:$subscribe... in every component you need the data? thx
any progress on this?
@jalik thanks for your response It seems to work fine now when I don't use transform but when I do the image comes back distorted (mostly gray with only the...
sure, this is what I'm getting.. as you can see the right edge of the document is visible, the rest is grayed out. thanks for your help ![screen shot 2017-05-25...
Hey guys, any progress on this? I would LOVE to keep using axios, but I need to implement offline availability with SW's, can I do anything to help? thx
This can be done >> this.$refs.multiselect.toggle()
The best solution for this IMO was to have a SLOT for the whole option list rather than only single options, then you could probably use vue-portal component to render...
Have you found a solution for this? running into the same issue when testing a simple custom command, i.e: ``` ` const CustomTextAlignExtension = Extension.create({ name: "customTextAlign", addCommands() { return...
Hi Thanks for your reply. I'm using "vue": "^3.4.15", "@tiptap/vue-3": "^2.1.16", "vite": "^4.5.2" within a Meteor project which I don't think should make a difference. I'm trying to implement an...