uniViteTemplate/src/types/uni-mini-router.d.ts
2024-06-14 01:06:46 +08:00

9 lines
130 B
TypeScript

declare module 'uni-mini-router' {
interface Route {
meta?: {
ignoreAuth?: boolean
tabBar?: boolean
}
}
}