Posts
Members
Info
Base 64 image as URL
Hi @all. I have an application which uses a restless api to get its data. The data also includes images which are uploaded by the user and are saved to database (base64 encoded image data). This images may only be seen by the user who has uploaded it, so I request the image data…
0
Looking for a mid-level Vue developer
Hi, I am part of a 4-person team, including one senior javascript developer. We're building a fairly sophisticated web application, a sort of social search engine, with a frontend in Vue. We are looking for a junior or mid-level Vue developer to support my CTO on frontend. You…
2
How do you use Hammer.js with Vue 3?
Anyone know how can I use Hammer.js with Vue 3? I'm having difficulties setting it up properly.
0
Someone here has used a calendar component? Any advice for adding events into…
UPDATE I used this calendar https://www.npmjs.com/package/vue-simple-calendar It's very simple and you can use different versions (inline, modal input, etc). …
2
Components are not loading vuex state.
Hello everyone. I am porting https://crojasaragonez.github.io/angular-rubik-cube/ to vue.js and it's over 90% completed. However i have spend many hours trying to solve a problem when the state changes in the Vuex.Store class. …
0
Using Mocked Mixin in Wrapper - Vuejs Testing using Jest
I am trying to test a component that is using a Mixin (returns an object from cache). So I mocked the Mixin in my test file to return a similar object and passed it into the wrapper (shallowMount the component) created from the component. But when I run the test, I still get an…
0