Display Vuex Data Differently in Each Page of Nuxt and Vue.js

InstructorJohn Lindquist

Share this video with your friends

Send Tweet

You often use the same data in different ways across pages. This lesson walks you through setting up multiple pages, retrieving the same data, then displaying it for each page's use-case.

Dr.Emmett Brown
~ 7 years ago

this is awesome! thank you for your short and useful videos. !

Michael Friedman
~ 7 years ago

How were you able to delete the import for mapState in the active and completed views? You are using mapState in both of those files. Just curious, my build was failing until I put the import back in.