Let's start DI in Vue3
Introduction
Vue3 has a dependency injection system to deliver props to the nesting component.
This article introduces it and personal opinion.
What is DI
In software engineering, dependency injection is a technique in which an object receives othe...
bereu.hashnode.dev2 min read