Types for File-based Middleware / Navigation Guard #308
-
Hello. I'm trying to replicate Nuxt's file-based middleware and the I defined a Vite plugin that parses the files in I of course loop through the routes and read the middleware array (or string) and add a This all works. What I need a hand is in the types for I tried reimplementing the RouteMeta interface from vue-router/auto. My middleware array ends as TIA. ✌️ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
maybe try extending |
Beta Was this translation helpful? Give feedback.
Add export {} to the d.ts file maybe? 😅