birchb
birchb
This code, which works in a dev build, throws a path error in a production build: ``` const options = { input: file.path, output: '../video_crunched.mp4', width: 1280, height: 720 }...
I cleaned up some of the grammar in lines 134 - 136 to clarify how the code works, and grouped the sentences differently for clarity. **What kind of change does...
Starting at line 114, I've added a short statement and code example on accessing properties in other modules using rootState. **What kind of change does this PR introduce?** (check at...
Just a few minor changes. I'm fairly new to this, so I imagine these changes are not the best solution. Somehow, using mapGetters was not integrating the getMessages getter. I...
I'm getting this issue when I clone and run your repository: `[vuex] unknown getter: function getMessages(state) { return state.messages; }` Perhaps the issue is that I'm using Vue 2.x? I'd...