real-world-vue icon indicating copy to clipboard operation
real-world-vue copied to clipboard

The application that we build in Vue Mastery's courses starting with Real World Vue

Results 40 real-world-vue issues
Sort by recently updated
recently updated
newest added

at 0:36 in the Success & Error Notifications lecture the code incorrectly references error.response when error.message should be used. console.log('there was an error:', error.response) https://www.vuemastery.com/courses/mastering-vuex/success-error-notifications It's a relatively minor error,...

Working through the vuex mutations and actions lesson. https://www.vuemastery.com/courses/mastering-vuex/vuex-mutations-actions-1 The video @ 6:56 does not have this line import { mapState, mapGetters } from 'vuex' https://github.com/Code-Pop/real-world-vue/releases/tag/lesson12-mutations%26actions1-start it's a minor issue,...

minor error which students should be able to diagnose by this stage of the course, caused me some delay and annoying, hence the request to fix. @ 05:00 in the...

The filters were missing The mixins on the select were missing the listeners fix Adjusted the db.json with a more complete set vuelidate missing on package.json

Hi, I've just cloned the repo, then I did `npm install` and I had to fix 2 issues with `npm audit fix` as suggested by npm, now when I run...

Bumps [express](https://github.com/expressjs/express) from 4.16.3 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

dependencies

Bumps [qs](https://github.com/ljharb/qs) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `qs` from 6.5.2 to 6.5.3 Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix]...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies