Solving Common Vue Problems

John Au-Yeung
Level Up Coding
Published in
4 min readJun 23, 2020

--

Photo by Martin Moreno on Unsplash

Vue.js makes developing front end apps easy. However, there are still chances that we'll run into problems.

In this article, we’ll look at some common issues and see how to solve them.

this is Undefined

We may see the “Cannot read property ‘prop’ of undefined” error once in a while.

--

--