Things That We Have to Know About Vue Components

John Au-Yeung
Level Up Coding
Published in
4 min readMay 13, 2020

--

Photo by Greg Nunes on Unsplash

Vue.js is an easy to use web app framework that we can use to develop interactive front end apps.

In this article, we’ll look at things that we should be aware of Vue components when creating them.

Vue Doesn’t Handle Multiple Root Nodes

--

--