Posts tagged: Vue

Vue 3 Event Bus using the Composition API

Vue 3's Composition API brings a lot of flexibility when it comes to write and organize reusable logic into smaller chunks called composables. In this post, I will show you how to leverage the Composition API to add and use an event bus in your project.

Link