$nuxt.$emit('my-custom-event') created() { this.$nuxt.$on('my-custom-event', () => { //Do Something }) }