Andreas Botzler
Andreas Botzler
Currently i am trying to migrate a vue2 project to vue3, first i tried to use teleport, but i need the @change and :order functionality. so i found this one....
myposter - www.myposter.de
thanks @nVitius
Any updates? Or have someone found an alternative?
This worked for me ``` export default defineNitroPlugin(nitroApp => { nitroApp.h3App.stack.unshift({ route: "/", handler: () => { console.log('middlware ran'); }, }); }) ```
Check out my PullRequest #18