hannoeru / vite-plugin-pages

File system based route generator for ⚡️Vite
MIT License
1.87k stars 128 forks source link

path: '*' #459

Closed cjcj5438 closed 5 months ago

cjcj5438 commented 9 months ago

Describe the bug

{
        path: '*', 
        element: lazyLoad(React.lazy(() => import('@/views/templatePages')))
 }

How to configure the arbitrary routing ?

Used Package Manager

pnpm

Validations