refactor: modularize frontend flows
This commit is contained in:
Vendored
+11
@@ -3,3 +3,14 @@ declare module '*.vue' {
|
||||
const componentOptions: ComponentOptions
|
||||
export default componentOptions
|
||||
}
|
||||
|
||||
declare module 'vue-router' {
|
||||
interface RouteMeta {
|
||||
requiresAuth?: boolean
|
||||
showGlobalControls?: boolean
|
||||
showRouteLoading?: boolean
|
||||
title?: string
|
||||
}
|
||||
}
|
||||
|
||||
export {}
|
||||
|
||||
Reference in New Issue
Block a user