In this article, we’ll walk through the steps to achieve a custom right click menu using Vue 3 and the Composition API. This can be done by suppressing the browser’s default context menu and displaying one of our own. By following modular design principles, this context menu will be reusable in other areas of an application.