Add the Konami Code to your Vue 3 application. Credits are due to the original Vue 2 Konami Code Plugin.
npm install --save vue3-konami-code
import KonamiCode from "vue3-konami-code"
Vue.use(KonamiCode, {
onKonamiCodeEntered: function() {
alert("Konami Code successfully entered!");
}
});