Simple flash notifications Vue composition api + Tailwindcss + mitt
1 min readOct 9, 2020
Today we’re doing a simple flash notifications component with Vue, composition api, Tailwindcss and mitt. We’re using mitt since as of Vue 3 you will no longer be able to use vue instance as an event bus, more info here.