Outline

Now that Firebase is set up, in this video, Erik teaches how to clean up your app to make it look a little nicer.

Course Update:

  • v-card-media has been replaced by v-img. It works the same way!
  • Make sure to update the text from the video.
<!--Replace v-card-media -->
<v-card-media :src="product.pic" class="media" height="300px">
...
</v-card-media>
<!-- with -->
<v-img :src="product.pic" class="media" height="300px">
..
</v-img>

Links:

 

I finished! On to the next chapter