7 lines
176 B
TypeScript
7 lines
176 B
TypeScript
import type { RouteRecordName } from 'vue-router'
|
|
|
|
/**
|
|
* Use the AppFooter routing whitelist
|
|
*/
|
|
export const useAppFooterRouteNames: RouteRecordName[] = ['index', 'profile']
|