Take Full Advantage of Vue Components
· ☕ 3 min read
When beginning in Vue it may seem easier to create self-contained components, use them in views and call it a day. But Vue components can be much more powerful.
Let’s consider an example where you have to create two views - Account and User.
Typically, you create an Account.vue view -